Rebex SSH Pack 2016 R2 released
Released: Jun 30, 2016
2016 R2 での更新項目
機能
- SFTP: Improved Disconnect method on .NET CF to make sure the connection is closed gracefully.
- File Server: Enhanced error reporting when trying to delete non-empty directories.
- File Server: Added MaxSessionTransferredBytes and MaxSessionDuration settings to specify when to trigger session renegotiation.
- File Server: Added FileServer.Settings.UseLargeBuffers option.
- File Server: Added support for additional server authentication algorithms ('x509v3-sign-dss', 'ssh-rsa-sha256' and 'x509v3-sign-rsa-sha256').
- File Server: Added ClientSoftwareIdentifier to PreAuthenticationEventArgs and AuthenticationEventArgs.
- Terminal: VirtualTerminal class is no longer sealed.
- Terminal: Added support for YMODEM file transfers.
- Terminal: Added support for Telnet/SSL (Telnet secured with TLS or SSL).
- Terminal: Extended range of palette index argument of TerminalOptions.SetColorIndex method from 0-15 to 0-255.
- Terminal: Added EnableMouseWheel option to TerminalControl (makes it possible to disable mouse wheel scrolling).
- Terminal: Improved ScriptEvent.Delay and ScriptEvent.Duration processing.
- Terminal: Better logging in Scripting API.
不具合の修正
- File Server: Fixed data buffering in SFTP subsystem.
- File Server: Ssh object now properly closes tunnel listeners when disposed.
- File Server: Fixed compatibility with Bitvise SSH Client related to text mode.
- File Server: Fixed error handling in SSH tunnel starter.
- File Server: Fixed possible NullReferenceException on connection failure.
- Terminal: Fixed Telnet to treat incoming <CR><NUL> sequences as <CR>.
- Terminal: Fixed scrolling to history buffer when resizing the terminal control.