ANN: pyftpdlib 1.5.3 with SITE MFMT command support is out
Giampaolo Rodola'
g.rodola at gmail.com
Sat Nov 4 04:41:52 EDT 2017
Hello all,
I'm glad to announce the release of pyftpdlib 1.5.3:
https://github.com/giampaolo/pyftpdlib
About
=====
Python FTP server library provides a high-level portable interface to
easily write very efficient, scalable and asynchronous FTP servers with
Python.
What's new
==========
**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: http://pyftpdlib.readthedocs.io
**Bug fixes**
- #403: fix duplicated output log. (path by PonyPC)
- #414: Respond successfully to STOR only after closing file handle.
Links
=====
- Home page: https://github.com/giampaolo/pyftpdlib
- Download: https://pypi.python.org/pypi/pyftpdlib
- Documentation: http://pyftpdlib.readthedocs.io
- What's new: https://github.com/giampaolo/pyftpdlib/blob/master/HISTORY.rst
--
Giampaolo - http://grodola.blogspot.com
More information about the Python-announce-list
mailing list