0 votes
by (150 points)
edited

i am using vb6 application. i want to do automated file transfer using SFTP. Is this possible through Rebex SFTP?

Applies to: Rebex SFTP

1 Answer

0 votes
by (18.0k points)
edited
 
Best answer

The Rebex SFTP can be called directly just from .NET applications – the component has not a COM interface.

To access Rebex SFTP library from VB6 you have to write some wrapper – for a sample see the following article http://msdn.microsoft.com/en-us/library/aa719105(VS.71).aspx

...