diff options
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 |
commit | dfb9836279b434137aa000b2c4762cf84e20383a (patch) | |
tree | d6130c9e8739872bf28288c80dfd0fb293b68ea3 /libraries/pyftpdlib/README | |
parent | 5f72ac5229f6cb32530d04aa40f5feab2ebae43d (diff) |
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/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/pyftpdlib/README b/libraries/pyftpdlib/README new file mode 100644 index 000000000000..3ff41f36869f --- /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) |