SSH and SFTP redesigned for .NET 2.0

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 public key authentication
  • Encryption/decryption using Triple DES and AES
  • Upload, download and delete files; create and remove directories
  • Parse listings automatically
  • Wildcard support for multi-file transfers (mput and mget)
  • Cancel and restart transfers
  • Multiple sessions over a single connection
  • COM interface for use in COM environments such as VB6