From 1f5b0a3d57903207c4f759e558196573f8826e14 Mon Sep 17 00:00:00 2001 From: cjep Date: Mon, 6 Sep 2004 16:27:03 +0000 Subject: Initial import of ftplibpp version 1.0.1 as net/ftplibpp. ftplibpp is a C++ class providing ftp client functionality. It is a direct derivate from the great ftplib C library by Thomas Pfau. --- net/ftplibpp/DESCR | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 net/ftplibpp/DESCR (limited to 'net/ftplibpp/DESCR') diff --git a/net/ftplibpp/DESCR b/net/ftplibpp/DESCR new file mode 100644 index 00000000000..3664c012697 --- /dev/null +++ b/net/ftplibpp/DESCR @@ -0,0 +1,6 @@ +ftplibpp contains a C++ class providing ftp client functionality. It is a +direct derivate from the great ftplib C library by Thomas Pfau. It was +ported to C++, modified and some features added to fit today's FTP +standards, like resuming up- and downloads, fxp support, SSL/TLS encryption +and logging functionality. However the very base of ftplibpp is still the +nice code from Thomas Pfau. -- cgit v1.2.3