FTP client library (C ++, platform Linux, Win)

Source: Internet
Author: User
Document directory
  • Documentation
  • Download

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

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.