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.
WinSCP is Open Source and has a .NET library available as a nuget package that supports SFTP, SCP, and FTPS
Current state of SFTP open source .NET libs is as follows:
https://github.com/sshnet/SSH.NET
Looks promissing, but I have no direct experience with it.
http://sourceforge.net/projects/sharpssh/
One of the oldests, some StackOverflow users consider it quite unstable.
http://granados.sourceforge.net/
Looks abandoned since 2004
Atrribution: This post is excerpt from list of SFTP libraries from sftp.net.
SharpSSH