New Features
Fixes
- Add support for arcfour cipher and hmac-ripemd160 algorithms
- Add support for twofish cipher
- Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96
- Add IsUploadCanceled and IsDownloadCanceled properties to allow cancellation of long running operations
- Add Encoding property to ConnectionInfo to specify what encoding to use for current session.
Fixes
- Fix SCP hanging when downloading single file into directory
- Throw ObjectDisposedException exception when trying to use ShellStream that was already disposed
- Ensure Channel Close message is sent only once
- Better test for socket connectivity
- Update AssmeblyInformation to include library version number
- Fix ScpClient upload to allow path to include sub directories
- Fix SftpFileStream corrupting data on upload
- Fix to ensure all forwarded ports are removed when client disconnects so it could be reused later
- Fix exception being thrown when SFTP client downloads multiple files in parallel