ANN: Python FTP server library (pyftpdlib) 0.5.2 released
Von: Giampaolo Rodola' (gnewsg@gmail.com) [Profil]
Datum: 13.09.2009 23:23
Message-ID: <2c31c131-c376-48f7-a8e4-47d330370e66@k19g2000yqc.googlegroups.com>
Newsgroup: de.comp.lang.python
Datum: 13.09.2009 23:23
Message-ID: <2c31c131-c376-48f7-a8e4-47d330370e66@k19g2000yqc.googlegroups.com>
Newsgroup: de.comp.lang.python
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.py * 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/[ Auf dieses Posting antworten ]
