PowerTCP SSH and SFTP for .NET 新版本發表
Released: Apr 10, 2025
V8.0.0.0 中的更新
特性
- Support for 'RSA-SHA2-256' and 'RSA-SHA2-512' client keys have been added.
- Support for the 'server-sig-algs' extension has been added.
- The 'PublicKeyAuthAlgorithm' property was added to the 'SshConnection' class, it defaults to 'PublicKeyuAuthAlgorithm.Auto' and will attempt to negotiate using the 'server-sig-algs' extension. If the 'server-sig-algs' extension is not available on the server then 'SHA2-256' will be used.
- Added support for OpenSSH's 'strict kex' to mitigate Terrapin attacks...
Released: Nov 30, 2023
V7.0.1.0 中的更新
特性
- 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'.
修補程式
- Resolved an issue where a file downloaded would be 0 bytes long if 'Sftp.Optimizations...
Released: Oct 18, 2023
V7.0.0.3 中的更新
特性
- 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 queueing...
Released: Dec 21, 2022
PowerTCP SSH and SFTP for .NET 中的更新
特性
- Added support for Microsoft .NET 7.
Released: May 13, 2022
PowerTCP SSH and SFTP for .NET 中的更新
特性
- Added support for Microsoft Visual Studio 2022.
Released: Dec 4, 2020
V4.10.5.0 中的更新
修補程式
- Fixed a minor compatibility issue so that Dart.Ssh.Standard.dll can be used with .NET 5.0.
Released: Sep 4, 2018
V4.10.3.1 中的更新
特性
- The following hash algorithms have been added: hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com
Released: Jul 11, 2018
V4.10.2.0 中的更新
特性
- 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
V4.10.1.4 中的更新
特性
- 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.
修補程式
- 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 been...
Released: Apr 20, 2017
V4.10.0.1 中的更新
特性
- 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.