Pyftpdlib

Latest version: v2.0.1

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.5.6

===========================

**Enhancements**

- 467: added pre-fork concurrency model, spawn()ing worker processes to split
load.
- 520: directory LISTing is now 3.7x times faster.

1.5.5

===========================

**Enhancements**

- 495: colored test output.

**Bug fixes**

- 492: CRLF line endings are replaced with CRCRLF in ASCII mode downloads.
- 496: import error due to multiprocessing.Lock() bug.

1.5.4

===========================

**Enhancements**

- 463: FTPServer class can now be used as a context manager.

**Bug fixes**

- 431: Ctrl-C doesn't exit `python -m pyftpdlib` on Windows.
- 436: ThreadedFTPServer.max_cons is evaluated threading.activeCount(). If
the user uses threads of its own it will consume the number of max_cons.
- 447: ThreadedFTPServer and MultiprocessFTPServer do not join() tasks which
are no longer consuming resources.

1.5.3

===========================

**Enhancements**

- 201: implemented SITE MFMT command which changes file modification time.
(patch by Tahir Ijaz)
- 327: add username and password command line options
- 433: documentation moved to readthedocs: https://pyftpdlib.readthedocs.io

**Bug fixes**

- 403: fix duplicated output log. (path by PonyPC)
- 414: Respond successfully to STOR only after closing file handle.

1.5.2

===========================

**Enhancements**

- 378: SSL security was improved by disabling SSLv2, SSLv3 and SSL_COMPRESSION
features. New TLS_FTPHandler's ssl_options class attribute was added.
- 380: AbstractedFS.listdir() can now return also a generator (not only a
list).

**Bug fixes**

- 367: ThreadedFTPServer no longer hangs if close_all() is called.
- 394: ETIMEDOUT is not treated as an alias for "connection lost".
- 400: QUIT can raise KeyError in case the user hasn't logged in yet and sends
QUIT command.

1.5.1

Not secure
===========================

**Bug fixes**

- 381: an extraneous file was accidentally added to the tarball, causing
issues with Python 3.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.