I am trying to use the inet control.
It doesn't seem to be able to connect with the server.
I connect to the server frequently using telnet so I am sure its not a server problem.
The code I am trying to use is:

Inet1.Protocol = icFTP
Inet1.UserName = MyUserNmae
Inet1.Password = MyPassWord
Inet1.Execute "chal.mta.ac.il","Dir *.*"

chal.mta.ac.il is what I type in the telnet hostname text box,I hope its the right parameter to give to the execute method.
Although msdn clame that I have to put in a protocol type in the url name.
How do I do that for ftp?

How can I display all directories of my account on the remote ,server in a listbox in my app?
(the remote system is unix)

Thanks.
Dan.