2020-02-17 12:41:48 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
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.
|
2019-12-13 12:19:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
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-01-16 09:31:52 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
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.
|