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


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

ANN: pyftpdlib 1.5.0 released

Started by"Giampaolo Rodola'" <g.rodola@gmail.com>
First post2015-12-13 19:47 +0100
Last post2015-12-13 19:47 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

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

#1957 — ANN: pyftpdlib 1.5.0 released

From"Giampaolo Rodola'" <g.rodola@gmail.com>
Date2015-12-13 19:47 +0100
SubjectANN: pyftpdlib 1.5.0 released
Message-ID<mailman.7.1450091162.14916.python-announce-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web