FTP client component library for C / C++ provides direct and simple control of the FTP protocol from an C / C++ application program. Transfer, rename, delete, list, and append files. Create and remove server directories. Supports proxy servers.

Version: 3.4.1FTP client component library for C / C++ provides direct and simple control of the FTP protocol from a C / C++ application program.
License: Free To Try $115.00
Operating System: Windows
Homepage: www.marshallsoft.com
Developed by:
The FTP Client Library uses a simple API to easily write programs that:
- Connect to any FTP server. .
- Navigate the server directories.
- Specify ASCII or BINARY transfer mode.
- List server files.
- Download files (with wildcard support).
- Upload files (with wildcard support).
- Delete files.
- Rename files.
- Append files.
- Create and remove server directories.
- Transfer mutiple files.
- Parse long directory listings.
- Use with the internet or a LAN.
- Resume file transfers from any offset.
- Display progress bars.
- Change files names while being uploaded or downloaded.
- Specify the FTP or data port.
- Supports passive mode (use with firewalls).
- Supports S/KEY password encryption.
- Supports many proxy servers.
- Supports multiple concurrent FTP sessions.
- Specify the FTP or data port.
- Display progress bars.
- Create FTP programs that run in the background.
- Does not depend on support libraries. Makes calls to Windows API functions only.
- Includes 41 functions.
- Includes multiple example programs.
- Programmer's, Reference and Users Manuals provided.
- The evaluation version is fully functional.
- Includes multiple C/C++ example programs.
- Does not depend on support libraries (calls to core Windows API functions only).
- Royalty free distribution with your compiled application.
- C source code is available.
- Free technical support and updates for one year.
- Fully functional evaluation version available.
- Supports most C/C++ compilers: Microsoft, Borland, Watcom, LCC, GCC, Digital Mars.
- Supports all versions of 32
- bit and 64
- bit Microsoft C/C++ and Visual Studio C/C++.
- Includes 32
- bit and 64
- bit DLL files plus OBJ files for static linking.
- Works with 32
- bit and 64
- bit Windows through Windows
What's New
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.
Version 3.3: Fixed problem with connecting w/o blocking. Fixed problem with server name in log file. Added: project files for Visual Studio 2012 & 2013; support for Digital Mars C compiler; Embarcadero C++ Builder XE library files. Added function fceGetSubDirs() Added FCE_SET_DEBUG_LEVEL to fceSetInteger().