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


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

ANN: pyftpdlib 1.3.1 released

From "Giampaolo Rodola'" <g.rodola@gmail.com>
Date 2014-04-12 00:30 +0200
Subject ANN: pyftpdlib 1.3.1 released
Newsgroups comp.lang.python.announce
Message-ID <mailman.9241.1397467735.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


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

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


Thread

ANN: pyftpdlib 1.3.1 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2014-04-12 00:30 +0200

csiph-web