*** Release Notes for FCE4C Version 3.4 ***

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.

*** Release Notes for FCE4DB Version 3.3 ***

Fixed problem with connecting w/o blocking.
Fixed problem with server name being corrupted in the FCE log file.
Added function fceGetSubDirs()
Added FCE_SET_DEBUG_LEVEL to fceSetInteger().

*** Release Notes for FCE4DB Version 3.2 ***

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)

*** Release Notes for FCE4DB Version 3.1 ***

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

*** Release Notes for FCE4DB Version 3.0 ***

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

*** Release Notes for FCE4DB Version 2.7 ***

Added capability to bind to a specific local IP address
[eg: fceSetInteger(0, FCE_BIND_TO_LOCAL_IP, "10.0.0.5") ]

Added capability (fceErrorText) to change error text to languuages other than English. 

Fixed problem with non-blocking mode when connecting.

*** Release Notes for FCE4DB Version 2.6 ***

Added fceGetTicks() function.
 
*** Release Notes for FCE4DB Version 2.5 ***

Added fceShortToByte and fceByteToShort functions.

*** Release Notes for FCE4DB Version 2.4 ***

Several new functions have been added:

fceGetLocalFList -- Gets list of local files in current directory.
fceGetLocalFSize -- Gets size of specified local file (VFP 7.0 and above).

*** Release Notes for FCE4DB Version 2.3 ***

FCE4DB requires that you pass a "key code" (32-bit integer) as the
second argument to fceAttach. Use 0 for the shareware version. For
the registered version, you will be issued a key that matches your
registered DLL's, placed in KEYCODE.CC in the APPS directory.

Error code -74 (FCE_BAD_KEY_CODE) is returned if the wrong key code is
passed.

[END]


