[ANN] Python FTP Server library (pyftpdlib) 0.5.1 released

G

Giampaolo Rodola'

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top