PowerTCP SSH and SFTP for .NET Releases

Released: Nov 30, 2023

Updates in V7.0.1.0

Features

  • To more accurately reflect property functionality, 'Optimizations.ReadAheadBuffers' has been marked obsolete and 'Optomizations.ReadBuffers' added to replace it.
  • Both 'Optimizations.ReadAheadBuffers' and 'Optimizations.ReadBuffers' have been clamped to a minimum value of 1.
  • An 'ArgumentOutOfRangeException' will now be thrown if a value less than 1 is provided to 'Optimizations.ReadBuffers'.

Fixes

  • Resolved an issue where a file downloaded would be 0 bytes long if 'Sftp.Optimizations...

Released: Oct 18, 2023

Updates in V7.0.0.3

Features

  • Added support for RSA-SHA2-256, RSA-SHA2-384, and RSA-SHA2-512 host key algorithms.
  • Added support for the ssh-ed25519 host key algorithm.
  • Licensing has been refactored.
  • Microsoft .NET Framework 4.5+ is now required as support for .NET Framework 3.5 has been deprecated.
  • Improved Microsoft Visual Studio Integration.
  • Added full support for Microsoft .NET 6 and .NET 7.
  • (COM) The License object has been renamed to ComLicense.
  • (COM) Licensing for COM has changed.
  • Refactored internal packet...

Released: Dec 21, 2022

Updates in PowerTCP SSH and SFTP for .NET

Features

  • Added support for Microsoft .NET 7.

Released: May 13, 2022

Updates in PowerTCP SSH and SFTP for .NET

Features

  • Added support for Microsoft Visual Studio 2022.

Released: Dec 4, 2020

Updates in V4.10.5.0

Fixes

  • Fixed a minor compatibility issue so that Dart.Ssh.Standard.dll can be used with .NET 5.0.

Released: Sep 4, 2018

Updates in V4.10.3.1

Features

  • The following hash algorithms have been added: hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com

Released: Jul 11, 2018

Updates in V4.10.2.0

Features

  • Files are now truncated at their current size when a transfer completes regardless of the file size reported by the server.

Released: Jun 21, 2018

Updates in V4.10.1.4

Features

  • Added support for .NET Standard 2.0 and .NET Core 2.0.
  • New .NET Core 2.0 sample projects, referencing the Dart.Ssh.Standard.dll.
  • Updated trial license operation for use on .NET Standard-compatible platforms.

Fixes

  • Resolved an issue where the component would wait until a timeout expired before returning data. Data is now returned as soon as it is available.
  • SessionStream.CanTimeout now returns the correct value.
  • An issue where the component could crash VB6 if no license was present has...

Released: Apr 20, 2017

Updates in V4.10.0.1

Features

  • Added support for the Elliptic Curve Diffie Hellman key exchange algorithms NIST P-256, NIST P-384, and NIST P-521.
  • Added support for the Elliptic Curve digital signature server hostkey algorithms NIST P-256, NIST P-384, and NIST P-521.
  • Added support to public key authentication for SSH.com/SSH2-formatted private keys.
  • Unified and normalized *nix path manipulation and *nix <> Windows path conversion with the new static UnixPath class.

Released: Mar 8, 2017

Updates in V4.9.2.1

Features

  • Adds support for Visual Studio 2017.

Fixes

  • A race condition that could result in multi-factor authentication failing has been addressed.