Hi,
I would like to know how to transfer a file from local machine to server using ftp in VB 6.0. Please provide any guidelines or links you think will be useful as I haven't tried this before.
Hi,
I would like to know how to transfer a file from local machine to server using ftp in VB 6.0. Please provide any guidelines or links you think will be useful as I haven't tried this before.
I guess it also depends on your FTP needs.
If its a file at a time, you could just call the Windows ftp command line from VB6,
Dear Koekiebox,
Thanks for those links. I have found out a few links as well and I think I will be able to do this using the Inet control.
I understand that you want me to invoke the 'Run' window and ftp to the server, Is that correct?. However, from the information I got from my team it was not possible to access the server which requires a username and password.
Another person suggested that I use a batch file with FTP details and then call the Shell function. Can you give some pointers on how to make a batch file with FTP details?
I'm using cFtp.cls for my FTP uploads/downloads -- a heavily modified version of a source snippet somewhere from the The Bathroom Wall of Code.