ANN: pyftpdlib 0.5.2 released

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/demo/throttled_ftpd.p...
* 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/
participants (1)
-
Giampaolo Rodola'