Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
How can i upload file to SFTP server from memory stream. Local Path is not available since am uploading the file from azure blob. as i got the information that .NET does not support the SFTP protocol and so tried 3rd party dlls such as 'SharpSSH','Routrek.granados' and 'WinSCP'. But none are suitable for my scenario. ie bite[] or stream are not supported in the put method.

Can anybody suggest me dlls which are free and suits my scenario or a way I can handle this.

Thanks in advance.
Posted

1 solution

try Rebex sftp:

Rebex[^]
 
Share this answer
 
v2
Comments
anish.karunakaran 13-Feb-13 6:28am    
Its commercial. Can i have such open source one.

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