pyftpdlib 0.4.0 released
[Posted May 19, 2008 by cook]
| From: |
| "Giampaolo Rodola'" <gnewsg-AT-gmail.com> |
| To: |
| comp-lang-python-announce-AT-moderators.isc.org |
| Subject: |
| ANN: Python FTP Server library (pyftpdlib) 0.4.0 released |
| Date: |
| Fri, 16 May 2008 09:53:29 -0700 (PDT) |
| Message-ID: |
| <ba8e9b18-c913-4505-be46-1250f59e4998@26g2000hsk.googlegroups.com> |
Hi,
I'm pleased to announce release 0.4.0 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 asynchronous FTP servers with Python. Based on asyncore
framework pyftpdlib is currently the most complete RFC-959 FTP server
implementation available for Python programming language.
=== Major changes ===
This new version, aside from fixing some bugs, includes two new
features:
- IPv6 support (as described in RFC-2428).
- The possibility to assume the id of real users when using system
dependent authorizers.
A complete list of changes including enhancements, bug fixes and
instructions for using the new functionalities is available here:
http://code.google.com/p/pyftpdlib/wiki/ReleaseNotes04
=== More links: ===
* Source tarball: http://pyftpdlib.googlecode.com/files/pyftpdlib-0.4.0.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
Thanks,
-- Giampaolo Rodola' < g.rodola [at] gmail [dot] com >
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)