FTP Client Engine for C/C++
The FTP Client Engine for C/C++ (FCE4C) is a library of functions providing
direct and simple control of the FTP protocol and can be used for both anonymous and private FTP sessions. A simple interface allows connecting to a FTP server, navigating its directory
structure, listing files, sending files, deleting files, and receiving files from an application.
The FCE4C library contains both
WIN32 and WIN64 Dynamic Link Libraries (DLLs) and can be used with any Windows application capable of calling the Windows API.
The FTP Client Engine for C/C++ supports any version of Microsoft Visual C++, Microsoft Visual Studio, .NET Framework, or most C/C++ compilers.
Example Program
FCE4C provides the functionality to easily and quickly develop software applications that can upload and download files using the FTP library.
Some of the many features of the FTP Client Component Library for C/C++ (FCE4C) are as follows:
- FCE4C is a standard Windows DLL that does not depend on other "support" libraries.
- Supports both 32-bit and 64-bit Windows.
- Works with all versions of Microsoft Visual C++ (V4.0 through Visual Studio 2022) and most C/C++ compilers
- Connect to any (anonymous or private) remote FTP server.
- Get list of files (names or long format) on server.
- Navigate server directories.
- Specify ASCII or BINARY transfer mode.
- Download files (with wildcard support).
- Upload files (with wildcard support).
- Delete files.
- Rename files.
- Append files.
- Real-time upload/download data transfer rate.
- Real-time number bytes received/sent for async transfers
- Create, delete and rename directories.
- Create and remove server directories.
- Support for PROXY servers.
- Supports passive mode (necessary for firewalls).
- Supports active and passive mode (use with firewalls) file transfers.
- Supports multiple concurrent FTP sessions.
- Resume (restart) file uploads and downloads from any offset.
- Change files names while being uploaded or downloaded.
- Can parse long directory listings.
- Resume file transfers from any offset.
- Supports file appending.
- Can specify the FTP or data port.
- Can set minimum and maximum response waits.
- Specify the allowable data port range.
- All operations can be aborted.
- Supports S/KEY password encryption.
- Use on Internet or your own intranet (LAN).
- Several working example programs with source are provided.
- Available with C source code to the FCE DLLs.
- Supports Windows XP through Windows 11.
- Both Win32 and Win64 versions are provided.
- Can be used with any program (in any language) capable of calling Windows API
functions such as Visual Basic, VB.NET, Visual FoxPro, Delphi, Xbase++, dBASE, COBOL, Access and
Excel.
- Is native Windows code but can also be called from managed code.
- Will run on machines with or without .NET installed.
- Free technical support for one year.
- Royalty free distribution with your compiled application.
- Can be purchased with or without C source code to the FCE DLLs
- Free updates for one year (Updates to source code are separate).
- Evaluation versions are fully functional. No unlock code is required.
- Complete documentation (Programmers, Users, and Reference Manuals).
A good selection of complete example programs is provided (including Visual Studio .NET,
Foundation Class (MFC), Borland C++ Builder (BCB), Watcom, LCC-Win32, Digital Mars, and MinGW)
demonstrating how to develop software using the FTP Client Engine Library.
The FTP Client Component Library for C/C++ supports and has been test with the following
Windows C/C++ compilers:
- Microsoft Visual C++ (4.0, 5.0, 6.0))
- Microsoft Visual Studio 2005 - 2022
- Microsoft Visual Studio .NET (VB.NET) 2005 - 2022
- Microsoft Visual C++ .NET
- Microsoft Visual C++ Express
- Microsoft Visual C#
- Embarcadero C++ XE
- Borland 5.0 and 5.5
- Borland C++ Builder (BCB)
- Watcom 11.0 and Open Watcom
- Microsoft Foundation Class (MFC)
- LCC-WIN32
- MinGW GCC
- Digital Mars
FCE4C can be used in the development of any Win32 or Win64 applications running under
Windows XP through Windows 11.
The evaluation version of FCE4C is fully functional.
Registration is $119 for email delivery and includes one year free updates.
Current version is 4.0 (October 10, 2023).
Download
HOME
PURCHASE
Programmer's Manual
User's Manual
Reference Manual