PowerTCP FTP for .NET Releases

Released: Apr 26, 2016

Updates in this release

Updates in V4.7.1

  • Refactored AUTH command operation when FtpSecurity.Encryptcontrol is set to Encryptcontrol.Explicit. Advertised FTP server features are now used to choose the appropriate AUTH command parameter. If no features are available prior to login then the component wil default to AUTH TLS. Added additional enumerations to EncryptControl to provide fine control over which AUTH command parameter is to be used if automatic detection is not desired.

Released: Mar 1, 2016

Updates in this release

Updates in V4.7.0

New Features

  • Ftp.Type property to determine the current transfer type.
  • Ftp.DateTimeFormatInfo property to better support non-standard FTP time stamps.
  • 6TO4 support added.

Maintenance Fixes

  • All SSL connections will now use close-notify during the closing of the connection.
  • IPv6 addresses are now properly enclosed in brackets when used as a URI or URL.

Released: Oct 23, 2012

Updates in this release

Updates in V4.5.3

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

Released: Oct 12, 2011

Updates in this release

Updates in V4.4.2.3

  • Disabling FtpSession.AsciiExtensions now works
  • The licenses.licx error message has been corrected

Released: Jul 11, 2011

Updates in this release

Updates in V4.4

  • Reinforces a Model-View-Controller design, promoting separation of protocol logic from the user-interface
  • Improved Use of .NET Features including generics and IPv6
  • Streamlined blocking functions that can easily be used asynchronously as well
  • SSL support for secure communications from a single method call
  • Support for Windows applications, services, WCF services, ASP.NET web services and applications.
  • Support for Windows Presentation Foundation (WPF) applications
  • Serializable...

Released: Jan 17, 2011

Updates in this release

Updates in V3.0.7

  • A login error was addressed. "An address incompatible with the requested protocol was used" error would occur under certain conditions if the mail server supported IPv6 (5374)

Released: Sep 28, 2010

Updates in this release

Updates in V3.0.6.2

  • Updated with VS 2010 integration.
  • Now supports .NET Framework 4 Client Profile.
  • Fixed a Null Reference exception that would occur when a server disallowed non-passive transfers.
  • Fixed an issue where ProtocolViolation exception would occur when multiple listings or files were retrieved in succession.