MFC FTP classes
- CFtpConnection Class
- CFtpFileFind Class
- CHttpFile Class
- FTP Client Engine for C/C++
- libcurl - the multiprotocol file transfer library
- embeddedmz/ftpclient-cpp
- Steps in a Typical FTP Client Application
- FTP Client Class
Manages your FTP connection to an Internet server and allows direct manipulation of directories and files on that server..
Aids in Internet file searches of FTP servers..
Provides the functionality to request and read files on an HTTP server..
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.
Thoroughly Documented! All functions in libcurl have their own detailed man pages describing their actual functionality and purpose.
All interfaces have overview-style man pages describing the concepts that glue all the functions together: easy, multi, share and URL parsing.
There is a libcurl tutorial.
We have numerous commented source code examples..
FTP client for C++This is a simple FTP client for C++. It wraps libcurl for FTP requests and meant to be a portable and easy-to-use API to perform FTP related operations..
Steps in a Typical FTP Client Application
A non-MFC class to encapsulate the FTP protocol..
No comments:
Post a Comment