This FTP client component library enables Power Basic applications to directly control the FTP protocol including file transfer, renaming, deletion, listing, and appending. It also supports directory creation and removal on servers, as well as proxy server usage.

The FTP Client Library boasts multiple standout features to make it an effective tool for Power Basic developers, including support for S/KEY password encryption, many proxy servers, and the ability to run concurrent FTP sessions. Additionally, it offers progress bars to visually monitor the status of file transfers and the ability to change file names during upload/download.
The software also comes with 41 functions, multiple example programs, and the option to order with or without C source code for the DLL. It includes programmer's, reference, and user manuals to guide you through the development process. It's a flexible tool, compatible with all 32-bit Power Basic compilers (PB/WIN, PB/CON, PB/DLL), and works with 32-bit and 64-bit Windows versions.
The evaluation version of the software is fully functional and can be distributed royalty-free with your compiled application. Additionally, the software comes with free technical support and updates for one year. It's an excellent tool for Power Basic developers seeking to streamline their FTP functionality.
Version 4.0.0: Log file displays filename passed to fceGetFile and fcePutFile, default write size buffer increased from 1024 to 4096, added "Not connected to server" error message, I/O buffer increased to 65536 bytes.
Version 3.4.1: Added FCE_SET_DEBUG_LEVEL to fceSetInteger(), fixed problem with connecting w/o blocking, fixed problem with server name being corrupted in the FCE log file, automatically adjust sleep times for slow servers.