Results 1 to 5 of 5

Thread: Problems coding an FTP client's Send and Recieve Functions

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    9

    Problems coding an FTP client's Send and Recieve Functions

    I am creating a FTP client and I am having trouble creating solid send and recieve procedures for my file transfers. I have no problem passing commands to the FTP server but I have found no documentation in the FTP RFC on how to set up the send and recieve functions. I have also looked at FTP clients that I found on popular VB Code sites with no luck. If someone has any code that might get me going in the right direction it would be great if you could share it with me. Thanks in advance.

    Bryan

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    This is an example from Microsoft.
    Attached Files Attached Files

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    9

    Need routines using TCP Object not WinINet

    Thanks that is helpful but I am trying to create the actual procedures using the TCP Object. I looked into WinInet and was not happy with the configurability of it. I am more concerned with a solution that uses the TCP object in VB 6.0 to create the Command TCP connection and a second TCP object for the data connection. I have seen a couple programs that use this procedure for the FTP transfer but they do not work properly and I cannot see the transfer procedures clearly in the code. So if anyone has experience using the TCP Object to create an FTP Client and knows how to make send and recieve procedures with it please let me know. Thanks again in advance.

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    It seems you are trying to implement FTP using pure sockets. Have you seen www.vbip.com.

  5. #5

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    9
    Thanks I think the information on that site will help me complete my FTP Client. Have a nice day.

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