Sample: WinFormClient - GUI SFTP Client
A complete Windows Forms SFTP client.

This is a complete GUI SFTP client (both in C# and VB.NET).
It demonstrates the following features:
- directory browsing
- basic operations such as creating and deleting directories
- asynchrounous file transfers (upload and download)
- resolving symlinks
- aborting file transfer
- connecting through proxy servers
- using SftpList class
- consuming Sftp events
- using Sftp events to display detailed communication log
- using TransferProgress to display transfer progress bar
See also: