wodSFTP Changelog

What's new in wodSFTP 3.9.2

Jan 15, 2024
  • Fix for Terrapin attacks (CVE-2023-48795) using strict KEX mode

New in wodSFTP 3.9.0 (Sep 7, 2020)

  • Binaries now compiled in VS2019
  • OpenSSL updated to 1.0.2u

New in wodSFTP 3.8.8 (Aug 31, 2019)

  • Fixed aes-cbc ciphers

New in wodSFTP 3.8.6 (Mar 16, 2019)

  • Fix in initial KEXINIT packet that was not blindly sent - caused some servers to "freeze" connection waiting for it to arrive

New in wodSFTP 3.8.5 (Feb 10, 2018)

  • Updated OpenSSL to 1.0.2n

New in wodSFTP 3.8.4 (May 25, 2017)

  • Fix in 'Server signature does not match' when connecting to 'Reflection for Secure IT' server

New in wodSFTP 3.8.3 (May 25, 2017)

New in wodSFTP 3.8.2 (Sep 9, 2016)

  • New key exchange algorithms diffie-hellman-group-exchange-sha256 and diffie-hellman-group-exchange-sha1

New in wodSFTP 3.7.3 (Jun 3, 2014)

  • Fix in DSA private key authentication that could fail even key is valid

New in wodSFTP 3.7.2 (Apr 22, 2014)

  • Download speed improvement, wodSFTP now does not send too many "in advance" for smaller files

New in wodSFTP 3.7.1 (Mar 31, 2014)

  • Fix in GetFileAt where size argument was ignored by wodSFTP

New in wodSFTP 3.7.0 (Mar 31, 2014)

  • Support for Elliptic curve cryptography
  • Key exchange algorithms ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
  • Signature algorithm ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  • MAC algorithms hmac-sha2-256,hmac-sha2-512

New in wodSFTP 3.6.4 (Jul 11, 2013)

  • encAEScbc and encAESctr enumeration added to support specific AES chainings

New in wodSFTP 3.6.3 (Jun 12, 2013)

  • Fixed downloads when Resume was set to True

New in wodSFTP 3.6.2 (Mar 15, 2013)

  • Significant SFTP upload and download speed increase

New in wodSFTP 3.6.1 (Dec 6, 2012)

  • New proxy type ProxyWEBIntegratedAuth that uses NTLM with credentials of currently logged on user over HTTP proxy

New in wodSFTP 3.6.0 (Jul 1, 2011)

  • Significant SFTP download speed increase

New in wodSFTP 3.5.5 (Apr 16, 2011)

  • Fixed potential crash under heavy load when Disconnect method was called inside component's event
  • KeepAlives property

New in wodSFTP 3.5.4 (Jan 3, 2011)

  • Fix in ExtendedCmd call when blocking mode is used and function returns too soon, so future method calls return strange error

New in wodSFTP 3.5.3 (Jul 21, 2010)

  • Support for aes128-ctr, aes192-ctr, aes256-ctr encryption algorithms

New in wodSFTP 3.5.2 (Feb 16, 2010)

  • Fixed possible access violation with WS_FTP server in ListDir/ListNames

New in wodSFTP 3.5.1 (Jan 26, 2010)

  • Distribution now contains x86 and x64 binaries

New in wodSFTP 3.5.0 (Nov 16, 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

New in wodSFTP 3.4.1 (Sep 18, 2009)

  • Fixes possible access violation error in RemoteRead method

New in wodSFTP 3.4.0 (Aug 30, 2009)

  • Kerberos authentication (GSS-API) added to the list of supported authentications. Both MIT KfW and SSPI providers are implemented

New in wodSFTP 3.3.4 (Aug 4, 2009)

  • New property TransferRate that returns current transfer speed
  • New property TransferTime that returns duration of the file transfer

New in wodSFTP 3.3.3 (Jul 19, 2009)

  • Fixed possible crash (access violation) when connecting to mod_sftp service

New in wodSFTP 3.3.2 (Jun 17, 2009)

  • Fix in SFTP protocol, if Resume was set during uploading, and only remote directory was specified, wodSFTP created 0 byte file

New in wodSFTP 3.3.1 (Feb 17, 2009)

  • Fix in RemoteOpen which caused error to be returned in Delphi. Now Type defaults to VbString (8)

New in wodSFTP 3.2.1 (Jan 5, 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)