[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Python FTP server library 0.3.0 released

Giampaolo Rodola'

1/17/2008 7:23:00 PM

Hi,
I'm pleased to announce release 0.3.0 of Python FTP Server library
(pyftpdlib).
http://code.google.com/p/...


=== 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
RFC959 FTP server implementation available for Python programming
language.

=== Major changes ===

- Implemented more recent FTP commands like MLST, MLSD, FEAT and
OPTS.
- Iterators are now used for calculating requests requiring long time
to complete (LIST and MLSD commands).
- Extended the set of assignable user permissions.

A complete list of changes including enhancements, bug fixes and
instructions for porting old code is available here:
http://code.google.com/p/...wiki/ReleaseNotes03

=== More links: ===

* Source tarball: http://pyftpdlib.googlecode.com/files/pyftpdlib-0....
* Online docs: http://code.google.com/p/...wiki/Tutorial
* FAQs: http://code.google.com/p/...wiki/FAQ
* RFCs compliance paper: http://code.google.com/p/...wiki/RFCsCompliance
* Issue tracker: http://code.google.com/p/...issues/list

Thanks,

-- Giampaolo Rodola' < g.rodola [at] gmail [dot] com >
1 Answer

Salvatore DI DIO

1/17/2008 9:28:00 PM

0

Giampaolo Rodola' a écrit :
> Hi,
> I'm pleased to announce release 0.3.0 of Python FTP Server library
> (pyftpdlib).
> http://code.google.com/p/...
- Giampaolo Rodola' < g.rodola [at] gmail [dot] com >

Greatissimo :-)
It would be nice if this could be integrate in Python Libs

Regards

Salvatore