Registry / networking / deniskovalchuk-libftp

deniskovalchuk-libftp

JSON →
library1.5.0vcpkgunverified

A cross-platform FTP/FTPS client library based on Boost.Asio.

vcpkg install deniskovalchuk-libftp
INSTALL
IMPORT
SIG · DENISKOVALCHUK-LIB
D
deniskovalchuk-libftp
networkingcppv1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libftp/ftp_client.hpp
#include <libftp/ftp_client.hpp>

Minimal FTP client connection example

#include <libftp/ftp_client.hpp> #include <iostream> int main() { libftp::ftp_client client; client.connect("ftp.example.com"); client.login("anonymous", "password"); std::cout << "Connected to FTP server" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

deniskovalchuk-libftp — pip install deniskovalchuk-libftp · libregistry