Source code checked in, #22443
Throw ObjectDisposedException exception when trying to use ShellStream that was already disposed
View ArticleSource code checked in, #22445
Add support for arcfour cipher and hmac-ripemd160 algorithms Refactor cipher to allow support of stream ciphers for encryption/decryption
View ArticleSource code checked in, #22520
Ensure Channel Close message is sent only once PortForwarding improvments
View ArticleSource code checked in, #22554
Remove EnsureConnection and move its funcionality into Session.SendMessage method
View ArticleSource code checked in, #22582
Add IsUploadCanceled and IsDownloadCanceled properties to allow cancelation of long running operations
View ArticleSource code checked in, #22584
Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96
View ArticleSource code checked in, #22600
Add Encoding property to ConnectionInfo to specify what encoding to use for current session. Fix encoding for command execution, SCP and SFTP to allow usage of file names in different encodings
View ArticleSource code checked in, #22611
Fix Expect method Improve BeginExpect to be implemented similar to other asynch methods
View ArticleSource code checked in, #22628
Add HashInfo class and refactor hashing works Fix *-96 hashing algorithms
View ArticleSource code checked in, #22639
Refactor HMAC Add SHA512Hash, SHA384Hash classes for future hash support
View ArticleSource code checked in, #22670
Fix ScpClient upload to allow path to include subdirectories
View ArticleSource code checked in, #22707
Ensure all forwarded ports are removed when client disconects so it could be reused later
View ArticleSource code checked in, #22722
Fix how exceptions are thrown Fix exception being thrown for asynchronous multiple SFTP file download Add additional helper BeginDownloadFile and BeginUploadFile methods
View Article