Xceed SFTP for Xamarin 릴리스
Released: Aug 17, 2020
V6.8.1 버젼 업데이트
기능
- Added new key exchange methods:
diffie-hellman-group14-sha256, diffie-hellman-group15-sha512 and diffie-hellman-group16-sha512.
Released: Jan 30, 2020
V6.8 버젼 업데이트
기능
- Added support for rsa-sha2-256 and rsa-sha2-512 public key algorithms.
- The SSHClient.HostKeyReceived event now provides the host key fingerprint using SHA256.
Released: Jan 30, 2019
V6.7 버젼 업데이트
기능
- Added support for .NET Standard 2.0 and above.
수정사항
- Fixed a timeout that occurred on certain servers when the component would not wait for an empty remote data window to be adjusted when uploading data.
Released: Jun 18, 2018
V6.6 버젼 업데이트
수정사항
- Fixed a bug where SFtp downloads would count the amount of received data for flow-control purposes (local window) twice. While this did not result in corrupted data, window adjust messages were sent too early and caused some servers to report errors and close the connection on large downloads.
Released: Jan 15, 2018
V6.5 버젼 업데이트
수정사항
- Fixed a bug where an ArithmeticException was thrown when connecting to certain servers.
Released: Sep 12, 2017
V6.4 버젼 업데이트
기능
- Added support for elliptic curve key exchange.
수정사항
- Fixed a bug where a timeout would occur when uploading files on some servers with the client waiting for the ChannelWindowAdjust message.
Released: Jun 5, 2017
V6.3 버젼 업데이트
기능
- Adds “diffie-hellman-group-exchange-sha1” and “diffie-hellman-group-exchange-sha256” key exchange methods.
Released: Mar 1, 2017
V6.2 버젼 업데이트
수정사항
- Fixed a bug where a NullReferenceException was thrown if the server disconnects during key exchange.
- Added remote command execution (RFC 4254 Section 6.5) and documentation.