Xceed SFTP for .NET Releases

Released: Mar 4, 2024

Atualizações na V7.1 (Build: 7.1.24152.2253)

Correções

  • The exception information included in the trace log has been improved by including additional information coming from Exception.Source and Exception.Data when it is available.
  • A NullReferenceException is no longer thrown when an SFtp Attrs packet contains extension pairs.

Released: Oct 25, 2023

Atualizações na V7.1 (Build: 7.1.23524.1212)

Correções

  • SFtpSession no longer negotiates for the highest SFTP protocol version by default but stays with version 3 instead.
  • SSH_MSG_GLOBAL_REQUEST messages coming from the server are now handled correctly.
  • Fixed a bug where AbstractFolder.CopyItemsTo() and MoveItemsTo() incorrectly included themselves in the operation, causing an ItemIsRootFolderException in some situations.

Released: Oct 5, 2022

Atualizações na V7.1

Correções

  • Small fixes have been made so that the component would work well with the new version of Zip for .NET.

Released: Jul 19, 2021

Atualizações na V7.0

Recursos

  • Added support for ssh-ecdsa-sha2-* private keys in PuTTYPrivateKeyFile class, which allows you to login with ECDSA certificates.
  • Added AES Galois Counter Mode (aes128-gcm and aes256-gcm) encryption support.
  • Added support for elliptic curve Secp256k1 (ecdsa-sha2-1.3.132.0.10) in key exchange method and public key algorithm.
  • Added support for elliptic curve Nistp521 (ecdsa-sha2-nistp521) in key exchange method and public key algorithm.
  • SSHAlgorithmList.Reset() now accepts a list of...

Released: Jan 25, 2021

Atualizações na V6.9

Recursos

  • Assembly names and DLL files no longer have their version number as part of the name, simplifying the update process for applications.

Released: Aug 17, 2020

Atualizações na V6.8.1

Recursos

  • Added new key exchange methods: diffie-hellman-group14-sha256, diffie-hellman-group15-sha512 and diffie-hellman-group16-sha512.

Released: Jan 30, 2020

Atualizações na V6.8

Recursos

  • 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

Atualizações na V6.7

Recursos

  • Added support for .NET Standard 2.0 and above.

Correções

  • 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

Atualizações na V6.6

Correções

  • 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

Atualizações na V6.5

Correções

  • Fixed a bug where an ArithmeticException was thrown when connecting to certain servers.