Hi,
I'm pleased to announce release 0.5.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 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 enhancements ===

This new version, aside from fixing some bugs, includes the following
major enhancements:

 * A new script implementing FTPS (FTP over SSL/TLS) has been added in
the demo directory.

 * File transfers are now 40% faster thanks to the re-dimensioned
application buffer sizes.

 * ASCII data transfers on Windows are now 200% faster.

 * Preliminary support for SITE command has been added.

 * Two new callback methods to handle "file received" and "file sent"
events have been added.

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.1.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/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Python Ireland" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ie/group/pythonireland?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to