summaryrefslogtreecommitdiff
path: root/net/ftplibpp/DESCR
diff options
context:
space:
mode:
authorcjep <cjep>2004-09-06 16:27:03 +0000
committercjep <cjep>2004-09-06 16:27:03 +0000
commit1f5b0a3d57903207c4f759e558196573f8826e14 (patch)
tree1b19acfe37c45c459c97c79a9533bfab855a9c5c /net/ftplibpp/DESCR
parente9c555ff156325956a728923a3bee39fd5ad5529 (diff)
downloadpkgsrc-1f5b0a3d57903207c4f759e558196573f8826e14.tar.gz
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.
Diffstat (limited to 'net/ftplibpp/DESCR')
-rw-r--r--net/ftplibpp/DESCR6
1 files changed, 6 insertions, 0 deletions
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.