What ftp library to use in VB6

2019-08-18 17:27发布

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.

1条回答
不美不萌又怎样
2楼-- · 2019-08-18 17:47

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.

查看更多
登录 后发表回答