Rebex SFTP for .NET 7.0.8755

Released: Dec 20, 2023

Updates in 7.0.8755

Features

  • Improved compatibility with Native AOT (ahead-of-time) deployment model in Microsoft .NET 8.
  • SFTP: Added Sftp.ResolvePath(string path) method.
  • SSH: Added support for PKCS #8 format to SshPublicKey constructor.
  • SSH: Added support for strict key exchange extension (thwarts the so-called 'Terrapin attack').
  • Common: Optimized memory usage of miscellaneous methods.

Fixes

  • SFTP: Fixed 'not authenticated' instead of 'not connected' error message.