PDA

Click to See Complete Forum and Search --> : FTP to unix


Jonny
Sep 9th, 1999, 03:30 AM
I am trying to ftp to a UNIX server. I am using the INET control. I have to specify the protocol as icDefault or it will not even connect. When I run inet.execute, the connection seems to work fine connecting. Then it gives me state 11(icError) and will not execute the DIR or PWD request. I am starting to think that I will have to use the Winsock control but I do not know how. Can anyone help me?

------------------

dj4
Sep 9th, 1999, 09:38 AM
Can you show your example code?

- Dj4