The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTP.NET is a dotnet implemenation of client side of this protocol which is reliable and easy to use.
* Transfer data securely over SSH layer using AES, DES, and BLOWFISH encryption * Upload and download to files or streams * Use it in asynchronous mode with events, but also in blocking mode in scripting environments * SFTPStream interface - read/write remote files just as any other Stream * Support for all major Proxy servers * Tested with most popular SSH2 servers available * Samples in VC.NET, VB.NET, C#