What's new in FTP Client Engine for FoxPro 3.4

Sep 5, 2016
  • Added debug diagnostics to fceSocketStatus().
  • Fixed problem with connecting w/o blocking.
  • Fixed problem with server name being corrupted in the FCE log file.
  • Replaced FCE_EOF with FCE_CANNOT_OPEN if FCE log file cannot be created.
  • Automatically adjust sleep times for slow FTP servers.

New in FTP Client Engine for FoxPro 3.3 (May 13, 2014)

  • Fixed Bug: Open control & listen sockets not always closed.
  • Added functions fcePutDirFiles & fceGetDirFiles for uploading and downloading files matching a specified pattern.

New in FTP Client Engine for FoxPro 3.2 (Jun 4, 2012)

  • Fixed Bug: Open control socket not always closed.
  • Fixed Bug: Open listen socket not always closed.
  • Added function fcePutDirFiles (uploads files in directory)
  • Added function fceGetDirFiles (downloads files in directory)

New in FTP Client Engine for FoxPro 3.1 (Jul 15, 2011)

  • Log file is now time-stamped
  • Added diagnostics to function fceFileLength
  • fceGetLocalFList no longer counts subdirectories
  • Added fceGetFileSize function
  • Added fceGetFileTime function

New in FTP Client Engine for FoxPro 3.0 (Sep 26, 2009)

  • Added support for 64-bit Windows (Win64)
  • Added fceIsConnected function
  • Added fceToInteger function

New in FTP Client Engine for FoxPro 2.7 (Jul 18, 2008)

  • Added capability to bind to a specific local IP address
  • Added capability (fceErrorText) to change error text to languuages other than English.
  • Fixed problem with non-blocking mode when connecting.