Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1957

ANN: pyftpdlib 1.5.0 released

From "Giampaolo Rodola'" <g.rodola@gmail.com>
Newsgroups comp.lang.python.announce
Subject ANN: pyftpdlib 1.5.0 released
Date 2015-12-13 19:47 +0100
Message-ID <mailman.7.1450091162.14916.python-announce-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: pyftpdlib 1.5.0 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2015-12-13 19:47 +0100

csiph-web