summaryrefslogtreecommitdiff
path: root/libraries/pyftpdlib/README
diff options
context:
space:
mode:
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)