PowerTCP SSH and SFTP for .NET 新版本發表

Released: Mar 8, 2017

V4.9.2.1 中的更新

特性

  • Adds support for Visual Studio 2017.

修補程式

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

Released: Nov 16, 2016

V4.9.1 中的更新

特性

  • Reduced the number of threads required for multiple asynchronous transfers resulting in increased transfer rates and better performance.
  • All cryptography classes are now chosen using reflection so the most secure .NET Framework cryptography classes will be used for the targeted .NET Framework.
  • The KexExchangeAlgorithms property has been added to the Connection class to allow for the modification of kex algorithms to be presented during connection negotiation.
  • Enhanced FIPs support.

Released: Sep 7, 2016

V4.9.0 中的更新

特性

  • Support for multiple concurrent file transfers over a single SFTP connection when supported by the server. OpenSsh and BitVise support multiple concurrent uploads, multiple concurrent downloads, and concurrent uploads and downloads at the same time; other servers may be less robust.
  • Nominal 50% speed increase for file transfers.
  • Introduced support for standard SSH compression and OpenSsh's "zlib@openssh.com" compression implementation.
  • Improved handling of invalid filename characters when...

Released: Apr 8, 2016

Updates in this release

Updates in 4.8.1

  • A compatibility issue with some servers which results in the key exchange failing when using hmac-sha2-512 as the MAC algorithm and diffie-helman-group-exchange-sha1 as the KEX algorithm has been resolved.

Released: Dec 22, 2015

Updates in this release

Updates in V4.8

  • Added support for hmac-sha2-256 and hmac-sha2-512 MAC algorithms.
  • An IsSocket property was added to the SftpFileAttributes class to indicate when a file name corresponds to a network socket.
  • Exceptions now preserve their call stack when re-thrown.
  • Resuming a file transfer download works as expected.

Released: Mar 14, 2014

Updates in this release

Updates in V4.6.0.9

  • SFTP Pipelining implementation has been refined resulting in faster file transfer performance.
  • An automated authentication method has been added that attempts to discern which login method should be used.
  • A Sftp.WritePipelining property has been added so that pipelining can be disabled during write operations.

Released: Oct 29, 2012

Updates in this release

Updates in V4.4.3

  • Updated for Visual Studio 2012 integration and Windows 8 compatibility.
  • Addressed a globalization issue that prevented correct operation for systems using the following language cultures including Azeri (az), Azeri-Latin (az-Latn), Azeri-Latin-Azerbaijan (az-Latn-AZ), Turkish (tr), Turkish-Turkey (tr-TR) (TFS31).

Released: Apr 17, 2012

Updates in this release

Updates in V4.4

  • Automatic FIPS compliance
  • The ability to specify the local endpoint to bind to when making a connection
  • AutoSetTime property controls whether or not a file's timestamp is updated once uploaded
  • New progress data, including list and file completion percentage
  • New samples, including a WCF service sample in C# and VB.NET

Released: Oct 14, 2010

Updates in this release

Updates in V4.3

  • PowerTCP SSH and SFTP for .NET 4.x leverages a .NET 2.0+ re-design, filling a gap in the .NET Framework and providing an ease of use for developing a broad spectrum of SSH-2 file transfer and online applications.
  • Improved Asynchronous Support uses fewer resources, is more flexible, and produces code that is easier to maintain
  • Improved Use of .NET Features including generics and IPv6
  • Secure SSH Session and SFTP (SSH File Transfer Protocol) Components
  • Username/password and PEM...