vote up 0 vote down star

Hi,

We are using the builtin ftp in VB6. (Drag and drop control)

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

What ftp libraries/dll's are available to use from VB6? Preferably open sourced.

flag

1 Answer

vote up 0 vote down check

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

This pure .NET piece of code might do the work for you.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.