Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenSource .NET library for connecting to SFTP server?

Tags:

.net

is there a good library out there to connect to a SFTP server and save/load file to/from there? I tried google, but there is so much so I thought Id ask for recommendations. It will be used in a web app...

Thanks :-)

like image 804
grady Avatar asked Nov 11 '10 07:11

grady


2 Answers

WinSCP is Open Source and has a .NET library available as a nuget package that supports SFTP, SCP, and FTPS

like image 115
Aaron Avatar answered Sep 24 '22 15:09

Aaron


SharpSSH

like image 38
Graham Avatar answered Sep 22 '22 15:09

Graham