Console SFTP client
Complete command line SFTP client.
A simple console SFTP client with Unix rights and chmod support (both in C# and VB.NET). It demonstrates the following features:
- directory browsing
 - basic operations such as creating and deleting directories
 - file transfers (upload and download)
 - resuming upload and download
 - uploading whole directory tree
 - using and extending FtpList class
 - using custom list parsers to handle unix rights mask
 - using chmod command to set unix rights
 - consuming Sftp events
 - using Sftp events to display detailed communication log
 - using Sftp events to display transfer progress
 - using AuthenticationRequest event for responding to non-trivial keyboard-interactive authentication requests