Commit graph

3 commits

Author SHA1 Message Date
adam
d79bfdc4e3 py-pyftpdlib: updated to 1.5.6
Version: 1.5.6:
Enhancements
- added pre-fork concurrency model, spawn()ing worker processes to split
  load.
- directory LISTing is now 3.7x times faster.
2020-02-17 11:41:48 +00:00
adam
38a5e2bbd5 py-pyftpdlib: updated to 1.5.5
Version: 1.5.5:
**Enhancements**
- colored test output.

**Bug fixes**
- CRLF line endings are replaced with CRCRLF in ASCII mode downloads.
- import error due to multiprocessing.Lock() bug.
2019-12-13 11:19:42 +00:00
adam
142c253c4f py-pyftpdlib: added version 1.5.4
Python FTP server library provides a high-level portable interface to easily
write very efficient, scalable and asynchronous FTP servers with Python. It is
the most complete RFC-959 FTP server implementation available for Python
programming language and it's used in projects like Google Chromium and Bazaar
and included in Debian, Fedora and FreeBSD package repositories.
2019-01-16 08:31:52 +00:00