ANN: pyftpdlib 1.3.1 released

Giampaolo Rodola' g.rodola at gmail.com
Sat Apr 12 00:30:42 CEST 2014


Hello,
I'm pleased to announce release 1.3.1 of Python FTP Server library
(pyftpdlib).
http://code.google.com/p/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.

=== Links ===

* Online docs: http://code.google.com/p/pyftpdlib/wiki/Tutorial
* FAQs: http://code.google.com/p/pyftpdlib/wiki/FAQ
* Issue tracker: http://code.google.com/p/pyftpdlib/issues/list

-- 
Giampaolo - http://grodola.blogspot.com


More information about the Python-announce-list mailing list