From dfb9836279b434137aa000b2c4762cf84e20383a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 6 Feb 2014 19:24:40 +0700 Subject: libraries/pyftpdlib: Added (High-level asynchronous FTP library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/pyftpdlib/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/pyftpdlib/README (limited to 'libraries/pyftpdlib/README') 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) -- cgit v1.2.3