包括对 SFTP、FTP、SCP、EWS、SSH、SSH Shell、TLS Core 和 File Server 的改进。
7月 20, 2022
新版本
特性
SFTP: Improved key-only variant of Login method when the server requests further authentication and AuthenticationRequest event has been registered.
FTP: Added Ftp.Settings.ReuseDataConnectionSession option to make it possible to reuse control connection sessions for all data connections.
SCP: Improved key-only variant of Login method when the server requests further authentication and AuthenticationRequest event has been registered.
File Server: Added support for SSH extension negotiation (RFC 8308).
EWS: Added EwsSettings.ExpectContinueTimeout to make it possible to specify a timeout for '100 Continue' HTTP response.
SSH Shell: Improved key-only variant of Login method when the server requests further authentication and AuthenticationRequest event has been registered.
SSH: Added support for 'server-sig-algs' SSH extension (RFC 8332).
SSH: Improved logging of 'partial success' authentication responses.
TLS Core: Added support for TLS extended master secret extension (RFC 7627).
Common: Improved internal asynchronous infrastructure for old platforms.