summaryrefslogtreecommitdiffstats
path: root/libraries/pyftpdlib/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-06 19:24:40 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-02-08 11:10:11 -0600
commitdfb9836279b434137aa000b2c4762cf84e20383a (patch)
treed6130c9e8739872bf28288c80dfd0fb293b68ea3 /libraries/pyftpdlib/README
parent5f72ac5229f6cb32530d04aa40f5feab2ebae43d (diff)
downloadslackbuilds-dfb9836279b434137aa000b2c4762cf84e20383a.tar.gz
slackbuilds-dfb9836279b434137aa000b2c4762cf84e20383a.tar.xz
libraries/pyftpdlib: Added (High-level asynchronous FTP library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyftpdlib/README')
-rw-r--r--libraries/pyftpdlib/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/pyftpdlib/README b/libraries/pyftpdlib/README
new file mode 100644
index 0000000000..3ff41f3686
--- /dev/null
+++ b/libraries/pyftpdlib/README
@@ -0,0 +1,10 @@
+Python FTP server library provides a high-level portable interface to easily
+write asynchronous FTP servers with Python.
+
+pyftpdlib is currently the most complete RFC-959 FTP server implementation
+available for Python programming language.
+
+It is used in projects like Google Chromium and Bazaar and included in Linux
+Fedora and FreeBSD package repositories.
+
+*Optional dependences: pysendfile (module to speedup transfers)