ANN: pyftpdlib 1.5.0 released

Giampaolo Rodola' g.rodola at gmail.com
Sun Dec 13 13:47:05 EST 2015


Hi there guys,
I'm pleased to announce pyftpdlib 1.5.0 release.

About
=====

Python FTP server library provides a high-level portable interface to
easily write very efficient and scalable asynchronous FTP servers with
Python. It is the most complete RFC-959<http://www.faqs.org/rfcs/rfc959.html>
FTP server implementation available for Python <http://www.python.org/>
programming
language.

Main enhancements
===============

- Many bugfixes against the SSL implementation.
- #365: FTPS (FTP over SSL) is now 25% faster when dealing with clear-text
connections.
- #340: dropped python 2.4 and 2.5 support.
- #344: SSL support for benchmark script.
- #351: fallback on using plain send() if sendfile() fails and no data has
been  transmitted yet.
- #356: sendfile() is now used in case we're using SSL but data connection
is in clear text.

Links
=====

Home: https://github.com/giampaolo/pyftpdlib
Docs: https://pythonhosted.org/pyftpdlib/
Mailing list: https://groups.google.com/forum/#!forum/pyftpdlib
Changes: https://github.com/giampaolo/pyftpdlib/blob/master/HISTORY.rst

Thanks

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


More information about the Python-announce-list mailing list