|
-
Sep 10th, 2000, 02:34 PM
#1
Thread Starter
PowerPoster
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!
-
Sep 10th, 2000, 02:54 PM
#2
-
Sep 11th, 2000, 05:24 AM
#3
Thread Starter
PowerPoster
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!
-
Sep 11th, 2000, 09:52 AM
#4
Lively Member
hm..
VbNewLine?.. I thougt you need to you VbCrLf but...
-
Sep 11th, 2000, 10:53 AM
#5
Thread Starter
PowerPoster
-
Sep 11th, 2000, 11:33 PM
#6
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|