wodFtpDLX Changelog

What's new in wodFtpDLX 3.6.2

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

New in wodFtpDLX 3.6.1 (Aug 13, 2021)

  • Support for ssh-ed25519.

New in wodFtpDLX 3.6.0 (Sep 18, 2020)

  • Binaries now compiled in VS2019
  • OpenSSL updated to 1.0.2u
  • Support for AES GCM ciphers

New in wodFtpDLX 3.5.8 (Jul 13, 2020)

  • New property AscIITranslation that determines type of newline translation in ASCII file transfers

New in wodFtpDLX 3.5.7 (May 20, 2020)

  • Fix in initial connection freeze that happened with OpenSSH 7.3 (due to both client and server waiting for specific packet)

New in wodFtpDLX 3.5.6 (Apr 14, 2020)

  • Fixes access violation error in FTPS protocol when client authentication certificate was used from windows store (not from the file)

New in wodFtpDLX 3.5.5 (Feb 10, 2018)

  • Updated OpenSSL to 1.0.2n

New in wodFtpDLX 3.5.4 (Nov 2, 2017)

  • Fix when error "Bad server public DH value" is returned for unknown reason

New in wodFtpDLX 3.5.3 (Dec 1, 2016)

  • Fix in SFTP protocol authentications. Component failed to authenticate with OpenSSH when both password and publickey were required

New in wodFtpDLX 3.4.1 (Jun 20, 2014)

  • Fix in FTPSimplicit that not assumes data connection is insecure if PROT command failed
  • Fin in SFTP KeepAlive which was ignored

New in wodFtpDLX 3.4.0 (Nov 22, 2013)

  • Fixed memory leak in GetFiles method

New in wodFtpDLX 3.3.9 (Jun 8, 2013)

  • Fixed problem with "version mismatch" in SFTP protocol on valid 2.0 servers

New in wodFtpDLX 3.3.8 (Mar 15, 2013)

  • Significant SFTP upload and download speed increase

New in wodFtpDLX 3.3.7 (Feb 14, 2013)

  • Username and Password are now sent as UTF8 if UTF8Encoding is specified

New in wodFtpDLX 3.3.6 (Oct 23, 2012)

  • Fix in SFTP download of large files from Serv-U server

New in wodFtpDLX 3.3.5 (Oct 23, 2012)

  • Fix in SFTP PutFile when resume was set, and remote file did not exist, file was uploaded incorrectly

New in wodFtpDLX 3.3.4 (Mar 16, 2012)

  • AppendFile method fixed in SFTP protocol

New in wodFtpDLX 3.3.3 (Jan 21, 2012)

  • Fix in PutData/GetData to use unicode if server supports it

New in wodFtpDLX 3.3.2 (Oct 28, 2011)

  • Fix in Get method that failed to download file without extension when SmartGet was set to FALSE

New in wodFtpDLX 3.3.1 (Sep 20, 2011)

  • Fix in Connected event that was not fired if SSL/TLS negotiation failed

New in wodFtpDLX 3.3.0 (Jul 1, 2011)

  • Significant SFTP download speed increase

New in wodFtpDLX 3.2.0 (May 11, 2011)

  • FIPS property added to allow FIPS to be used as external (validated) DLL
  • ClientName property added

New in wodFtpDLX 3.1.2 (Apr 14, 2011)

  • Fix in SFTP upload when Resume property was set to True

New in wodFtpDLX 3.1.1 (Mar 16, 2011)

  • Fix in Rename command that didn't handle UTF8 correctly

New in wodFtpDLX 3.1.0 (Dec 8, 2010)

  • New column related properties in GUI version of wodFtpDLX
  • New column types in GUI version of wodFtpDLX

New in wodFtpDLX 3.0.9 (Dec 8, 2010)

  • Fixed "error trying to write to local file" in GetFiles in ASCII mode

New in wodFtpDLX 3.0.8 (Nov 9, 2010)

  • New property UTF8Encoding
  • New proxy type ProxyFTPUserAcct

New in wodFtpDLX 3.0.7 (Jul 21, 2010)

  • Support for aes128-ctr, aes192-ctr, aes256-ctr encryption algorithms in SSH2 protocol

New in wodFtpDLX 3.0.6 (Jun 7, 2010)

  • New method AppendFileFrom that appends to remote file starting at specified local position

New in wodFtpDLX 3.0.5 (May 18, 2010)

  • Fixed problem with some servers that reported very large remote max window size (near 4.7gb unsigned long boundary)

New in wodFtpDLX 3.0.4 (Mar 17, 2010)

  • CryptoInformation event now fires correctly
  • IPv6 support added

New in wodFtpDLX 3.0.3 (Feb 16, 2010)

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

New in wodFtpDLX 3.0.2 (Jan 27, 2010)

  • Distribution now contains x86 and x64 binaries

New in wodFtpDLX 3.0.1 (Dec 30, 2009)

  • Fix in FTP(S) protocol download. If all data was received (as SIZE command returned file len) wodFtpDLX closed local connection. Some servers didn't like this (such as Filezilla)

New in wodFtpDLX 3.0.0 (Nov 11, 2009)

  • Binaries are from now on recompiled in VS 2008
  • New method RawReceived to inject response data in wodFtpDLX engine

New in wodFtpDLX 2.9.7 (Sep 29, 2009)

  • New method Site and event SiteReply for using SITE command

New in wodFtpDLX 2.9.6 (Sep 9, 2009)

  • New property SmartGet, defines "smart" behavior of GetFile

New in wodFtpDLX 2.9.5 (Sep 4, 2009)

  • New property SmartPut, defines "smart" behavior of PutFile when it comes to determining full name for remote file

New in wodFtpDLX 2.9.4 (Aug 30, 2009)

  • RemoteCRC method will now work in SFTP protocol also, if remote server has appropriate command installed (crc32, md5sum, sha1sum, sha256sum, sha512sum)

New in wodFtpDLX 2.9.3 (Aug 4, 2009)

  • New property TransferTime
  • New property SecureMethod

New in wodFtpDLX 2.9.2 (Jun 24, 2009)

  • Fix in FTPS protocol when data connection closing was not detected and timeout was returned on directory listing

New in wodFtpDLX 2.9.1 (Jun 24, 2009)

  • Fix in MLSD directory parser

New in wodFtpDLX 2.9.0 (Jun 24, 2009)

  • LocalTime calculation fix when remote dates are provided in GMT

New in wodFtpDLX 2.8.9 (Mar 7, 2009)

  • Fix in FTP(S) protocol when Done event did not fire with Serv-U server after ListDir was called

New in wodFtpDLX 2.8.8 (Feb 13, 2009)

  • authSiteCertificate authentication, for Tumbleweed servers that require SITE AUTH to be used