summaryrefslogtreecommitdiff
path: root/libraries/ftplib/README
diff options
context:
space:
mode:
authorPhilip Lacroix <philnx at posteo dot de>2015-04-18 03:24:51 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-18 03:24:51 +0700
commitbfbb98d21d70a6a3269810d58058fca2474338f8 (patch)
tree5bea9f22b2080a8b5158741bdaedd63f17a670a7 /libraries/ftplib/README
parentbae7644cf81fb36270c79048db14d7df45b49577 (diff)
downloadslackbuilds-bfbb98d21d70a6a3269810d58058fca2474338f8.tar.gz
libraries/ftplib: Added (FTP Protocol routines).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ftplib/README')
-rw-r--r--libraries/ftplib/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/ftplib/README b/libraries/ftplib/README
new file mode 100644
index 0000000000..1beccd25ec
--- /dev/null
+++ b/libraries/ftplib/README
@@ -0,0 +1,3 @@
+ftplib is a set of routines that implement the FTP protocol. They allow
+applications to create and access remote files through function calls instead
+of needing to fork and exec an interactive ftp client program.