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.
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.