pyftpdlib 0.5.2 released
[Posted September 15, 2009 by cook]
| From: |
| "Giampaolo Rodola'" <gnewsg-AT-gmail.com> |
| To: |
| comp-lang-python-announce-AT-moderators.isc.org |
| Subject: |
| ANN: pyftpdlib 0.5.2 released |
| Date: |
| Sun, 13 Sep 2009 14:21:29 -0700 (PDT) |
| Message-ID: |
| <649754e8-eae6-4b58-ba01-775fc4491d05@l13g2000yqb.googlegroups.com> |
Hi,
I'm pleased to announce release 0.5.2 of Python FTP Server library
(pyftpdlib).
http://code.google.com/p/pyftpdlib
=== About ===
Python FTP server library provides a high-level portable interface to
easily write asynchronous FTP servers with Python.
pyftpdlib is currently the most complete RFC-959 FTP server
implementation available for Python programming language.
It is used in projects like Google Chromium and Bazaar and included in
Linux Fedora and FreeBSD package repositories.
=== Changes ===
This new version is mainly a bugfix release, including some important
security-related patches.
Aside from fixing those bugs, it includes the following enhancements:
* A new ThrottledDTPHandler class is available. With this you can
limit the speed for downloads and uploads affecting the data channel.
Take a look at the throttled_ftpd.py script which shows an example
usage:
http://code.google.com/p/pyftpdlib/source/browse/trunk/de...
* A new unix_daemon.py script has been included in the demo directory
(contributed by Michele Petrazzo).
A complete list of changes including enhancements and bug fixes is
available here:
http://code.google.com/p/pyftpdlib/wiki/ReleaseNotes05
=== More links ===
* Source tarball: http://pyftpdlib.googlecode.com/files/pyftpdlib-0.5.2.tar.gz
* Online docs: http://code.google.com/p/pyftpdlib/wiki/Tutorial
* FAQs: http://code.google.com/p/pyftpdlib/wiki/FAQ
* RFCs compliance paper: http://code.google.com/p/pyftpdlib/wiki/RFCsCompliance
* Issue tracker: http://code.google.com/p/pyftpdlib/issues/list
* Mailing list: http://groups.google.com/group/pyftpdlib
Thanks,
--- Giampaolo Rodola' < g.rodola [at] gmail [dot] com >
http://code.google.com/p/pyftpdlib/
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/