How can I send/receive files via ftp with winAPI in VB? what other means are there to transfer files in VB?
Printable View
How can I send/receive files via ftp with winAPI in VB? what other means are there to transfer files in VB?
You can FTP in VB using the Inet control. Add "Microsoft Internet Transfer Control" to your project.
You can also do it without the Inet control.
Go to www.zdnet.com or www.msdn.microsoft.com.
There is a sample ftp project yusing wininet.dll.
Download ftpjr (FTP junior) sometime it's VBftpjr.
thank you for your help.
i'll probably try the links for the ftp project, because VB for Access 97 doesn't have the Microsoft Inet control.