-
I tried to connect to a ftp server using a winsock control. Well, it all worked fine and the server returned the "ready" message, but the I don't know what to do. I sent "USER mccloud" (which is my user name) but nothing happened... can anyone help me with an example ftp client (has to be winsock!) or the commands I need?
Thanks in advance!
-
-
Ok, I found the problem, if anyone wants to know:
After the command you need to send vbNewLine so it proceeds the command (WS.SendData "USER test" & vbNewLine).
Thx anyways!
-
hm..
VbNewLine?.. I thougt you need to you VbCrLf but...
-
-
Fox if you would like an excellent demonstration with the winsock control downloading from HTTP servers as well as FTP servers I have coded one..You can get it at my site.
http://elucidsoftware.hypermart.net
ITs called DownloadIt!
Its under programs..
Best Regards,
Eric Malamisura