Xceed SFTP for .NET V5.8 released

Released: Jun 23, 2015

Updates in this release

Updates in V5.8

  • SFtpFile.Name and SFtpFolder.Name setters no longer throw an exception if the physical item doesn't exist.
  • Fixed a bug where SSHClient would fail to connect if the server used a data window size larger than 2^16.
  • Fixed a bug where the 'sftpVersion' parameter of the SFtpSession class constructors was ignored.
  • Fixed a bug where a NullReferenceException was sometimes thrown when Disconnect() was called.
  • Improved internal path handling for certain servers that don't implement the sFTP specification completely.
  • Added SSHClient.WaitForServerKeys property to help connect to servers that need to send their encryption keys before receiving commands from the client.
  • Fixed - WindowsDiskFile and WindowsDiskFolder didn't handle network paths correctly causing a FileSystemInternalException to be thrown for a valid path.