What ftp library to use in VB6

冷暖自知 提交于 2019-12-13 06:19:36

问题


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:


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.



来源:https://stackoverflow.com/questions/862819/what-ftp-library-to-use-in-vb6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!