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.