Hello,
I'm pleased to announce release 1.3.1 of Python FTP Server library (pyftpdlib).
=== About ===
Python FTP server library provides an high-level portable interface to easily write very fast asynchronous FTP/S servers with Python.
=== Changes ===
- #282: async IO loop now uses /dev/poll on Solaris (far more scalable than poll())
- #262: FTPS is now able to load a certificate chain file.
- #277: added a make file for running tests and for other repetitive tasks (also for Windows).
- #281: source tarballs are now hosted on PYPI to make "pip install pyftpdlib" easier.
- #283: fixed a pretty annoying logging-related issue.
- #261: (FTPS) SSL shutdown() was broken on Windows.
--