What ftp library to use in VB6

We are using built-in ftp in VB6. (Drag control)

ftp dll following VB6 is tied to IE. And after upgrading from IE6 to IE7, the DLL changes and makes it impossible to connect to the password protected ftp.

What ftp / dll libraries are available for use with VB6? Open source preferably.

0


a source to share


1 answer


Any COM library will do the trick, like a .NET dll compiled with the Register for COM Interop attribute.



This pure .NET piece of code can do the job for you.

0


a source







All Articles