Results 1 to 6 of 6

Thread: Winsock (FTP ) help *urgent*

  1. #1

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    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!

  2. #2
    Guest
    Here is the results from http://www.planet-source-code.com for Winsock FTPs.

  3. #3

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    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!

  4. #4
    Lively Member
    Join Date
    May 1999
    Posts
    100

    Unhappy

    hm..

    VbNewLine?.. I thougt you need to you VbCrLf but...

  5. #5

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    mhm.. That the same

  6. #6
    Guest
    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
  •  



Click Here to Expand Forum to Full Width