Rebex SSH Pack Releases
Released: Nov 25, 2021
Updates in R6.0
Funktionen
- All: Added a new set of binaries targeting Microsoft .NET 6.0. Including:
- Microsoft Windows (x64, x86, ARM64).
- Linux (x64, ARM32, ARM64).
- Apple macOS (x64).
- All: Removed several obsolete and deprecated APIs.
- All: Removed support for legacy ISerializable interface from binaries for Microsoft .NET Standard.
- SFTP: Added Settings.EnableChecksumVerification option.
- SFTP: Changed default value of Sftp.Encoding to UTF-8.
- SCP: ScpSettings.EnablePutFilesRemotePathWorkaround is now set to...
Released: Nov 24, 2021
Updates in R5.7
Funktionen
- All: Added support for Microsoft Windows 11.
- All: Added support for Microsoft .NET 6.0 on Windows, Linux and Apple macOS. Rebex assemblies targeting .NET Standard 2.1 now support .NET 6.0.
- File System: Added new constructor to LocalFileSystemProvider, MemoryFileSystemProvider and MountCapableFileSystemProvider that accepts FileSystemSettings.
- File System: Optimized VFS internals.
- SSH: Added support for PuTTY PPK3 format to SshPrivateKey - the SshPrivateKeyclass, PrivateKeyInfo classes...
Released: Oct 26, 2021
Updates in R5.6
Funktionen
- All: Added support for Microsoft .NET 6.0 RC2.
- TLS Core: Improved handling of exceptions in TlsSocket.Send method.
- Cryptography: Small optimization in AVX2 implementation of ChaCha20.
Fehlerkorrekturen
- SCP: Fixed compatibility of legacy SCP class with recent OpenSSH releases.
- File Server: Fixed compatibility between WinSCP's SFTP v5 implementation and writable non-seekable custom streams.
- File System: Fixed internal reader-writer lock in virtual file system provider that could cause a...
Released: Aug 17, 2021
Updates in R5.5
Funktionen
- All: Added a new set of binaries targeting Microsoft .NET Core 3.1. The new set of binaries utilizes .NET Core's hardware intrinsics API and features a fast ChaCha20/Poly1305 implementation that has been previously only available on Microsoft .NET 5.0.
- File Server: Added ServerEndPoint and ServerAddress properties to relevant server event arguments and ServerSession classes.
- File Server: When renaming a file, FileServer now requests read permission in addition to delete for the source...
Released: Aug 5, 2021
Updates in R5.4
Funktionen
- SSH Shell: Added new Ssh.Settings.UseLargeBuffers option.
- Terminal: Added new TerminalOptions.WaitForCloseConfirmation option.
Fehlerkorrekturen
- SFTP: SFTP v4 error code are interpreted as unknown error in SFTP v3.
- Networking: Fixed casing in 'Basic' HTTP proxy authorization header.
- TLS Core: Fixed parsing of TLS 1.3 Certificate handshake message spanning multiple records.
- Cryptography: Fixed Certificate.FriendlyName setter in .NET 5.0 on non-Windows platforms.
Released: Jun 18, 2021
Updates in R5.3
Funktionen
- File Server: Added support for SFTP v5 which improves compatibility with WinSCP client, this requires SFTP v5 to enable File Hashing extension that makes it possible to calculate checksums of remote files.
- File System: MountCapableFileSystemProvider's FileSystemNotifier now raises GetAttributesPreview, GetAttributesSurrogate and GetAttributesCompleted events for mounted directories.
- TLS Core: Added SslSettings.SetPreferredSuites/GetPreferredSuites methods to make it possible to...
Released: May 9, 2021
Updates in R5.2
Funktionen
- File Server: Updated SshConsole.Clear() method to reset cursor position in addition to clearing the screen.
- Terminal: Adapted behavior of "Erase Screen" to match usual terminal behavior (do not reset cursor position).
- Networking: Added support for SOCKS5 servers that respond with domain name.
- SSH: Optimized usage of ChaCha20/Poly1305 in SSH.
- Cryptography: Added ChaCha20Poly1305 class that implements ChaCha20/Poly1305 with an API that resembles Microsoft .NET's AesGcm class...
Released: Mar 3, 2021
Updates in R5.1
Funktionen
- All: Changed release naming scheme ('R5.1' instead of '2020 R5.1').
- File Server: Added FileServer.Settings.FileShareMode property to make it possible to specify file share mode for opened files.
- File Server: Added ShellCommandEventArgs.Raw property (contains unparsed arguments for custom command).
- File Server: Changed default value for Settings.KeepAlivePeriod to 300 seconds.
- File Server: Improved error messages when no SSH server keys or bindings were specified when starting the...
Released: Nov 10, 2020
Updates in 2020 R5
Funktionen
- All: Added support for Microsoft .NET 5.0.
- File Server: Added IsDelayedWriteContent and IsImmediateWriteContent properties to the NodeContent class.
- File Server: FileSystemNotifier raises SaveContentSurrogate event for 'delayed write' instances of the NodeContent that have been created previously in the handler of the GetContentSurrogate event or GetContentCompleted event.
- File Server: Increased SFTP receive buffer size.
- File Server: Optimized critical sections in virtual file system...
Released: Sep 30, 2020
Updates in 2020 R4
Funktionen
- All: Rebex assemblies targeting Microsoft .NET Standard 2.1 have been fully tested on Microsoft .NET 5.0 RC1 and are suitable to be used in production on Microsoft's latest .NET platform.
- File Server: Added Length property to the NodeContent class.
- File Server: Added OriginalNode property to FileSystemNotifier.RenameCompleted event argument.
- File Server: Added SaveContentPreview, SaveContentSurrogate and SaveContentCompleted events to virtual file systems.
- File Server: Added...