Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to migrate from FTP to SFTP in a VB6 application. What are the DLLs required for this purpose?
Posted
Comments
Sergey Alexandrovich Kryukov 28-Mar-13 13:42pm    
Any specific reason to use VB6?
—SA
Member 9949835 28-Mar-13 13:48pm    
actually the application is made on vb6..is it possible to do it??
Sergey Alexandrovich Kryukov 28-Mar-13 13:54pm    
It should be, why not? Who wants to bother about VB6? And do you want to waste part of your life going into dead ends? :-) Migrate as soon as possible...
—SA
Member 9949835 28-Mar-13 13:55pm    
any idea which dll to be used then?
Sergey Alexandrovich Kryukov 28-Mar-13 14:10pm    
Why do you thing there is a DLL? You should not look for a DLL.
—SA

1 solution

It will hardly be just some DLL.

You can use the library provided in this CodeProject article: sharpSsh - A Secure Shell (SSH) library for .NET[^].

Please see also: http://bit.ly/YGJiWi[^].

You need some available or your own implementation in the form of a library; certainly the open-source, then you can created a DLL by yourself. Most likely, the implementation will be in C or C++, but you won't need to know all the detail about these languages except DLL export.

You can even look for VB6 implementation: http://bit.ly/YGJQeM[^].

But I won't recommend messing with VB6; please see my comments to the question.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900