Document directory
Ftplib ++ (C ++, Linux, Win)
Http://kasablanca.berlios.de/ftplibpp/
Ftplib ++ contains a C ++ class providing FTP client functionality. it supports all basic FTP functionality plus some advanced features like resuming, fxp, SSL/TLS encryption, large file support, or logging to fit todays standards. the very base of ftplib ++ is the nice code of Thomas pfau's ftplib C library. every FTP session is represented by an ftplib object, whose methods are called to communicate with the FTP server. the FTP sessions shoshould begin with a call to myftp. connect ("myftp.org: 21") (and maybe myftp. negotiateencryption (), be followed with myftp. login ("myuser", "mypass") and ended by myftp. quit (); for the magic in between, read the class methods documentation. most methods have their tasks yet explained from their name. ftplib ++ uses the OpenSSL library for encryption functionality, if you don't need it you can use the "nossl" flag, when compiling ftplib. CPP (G ++-C ftplib. CPP-dnossl ). if your system does not feature large file support you can use the "NOLFs" flag (G ++-C ftplib. CPP-dnolfs ).
Documentation
Ftplib ++ v2.0.2 documentation
Download
Ftplibpp-2.0.2.tar.gz