July 1st, 2011· Significant SFTP download speed increase
April 16th, 2011· Fixed potential crash under heavy load when Disconnect method was called inside component's event
· KeepAlives property
January 3rd, 2011· Fix in ExtendedCmd call when blocking mode is used and function returns too soon, so future method calls return strange error
July 21st, 2010· Support for aes128-ctr, aes192-ctr, aes256-ctr encryption algorithms
February 16th, 2010· Fixed possible access violation with WS_FTP server in ListDir/ListNames
January 26th, 2010· Distribution now contains x86 and x64 binaries
November 16th, 2009· FIPS 140-2 enabled library can now be specified as external DLL, through FIPS property. This way your application can switch to "on demand FIPS" just by specifying different library.
· Binaries are from now on recompiled in VS 2008
September 18th, 2009· Fixes possible access violation error in RemoteRead method
August 30th, 2009· Kerberos authentication (GSS-API) added to the list of supported authentications. Both MIT KfW and SSPI providers are implemented
August 4th, 2009· New property TransferRate that returns current transfer speed
· New property TransferTime that returns duration of the file transfer
July 19th, 2009· Fixed possible crash (access violation) when connecting to mod_sftp service
June 17th, 2009· Fix in SFTP protocol, if Resume was set during uploading, and only remote directory was specified, wodSFTP created 0 byte file
February 17th, 2009· Fix in RemoteOpen which caused error to be returned in Delphi. Now Type defaults to VbString (8)
January 5th, 2008· Fix for server that don't provide information about remote file size, so download failed. Now download will work but progress event will not show correct information (since 'Total' is unknown)