Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > ANN: pyftpdlib 0.6.0 released

Reply
Thread Tools

ANN: pyftpdlib 0.6.0 released

 
 
Giampaolo Rodolà
Guest
Posts: n/a
 
      01-23-2011
Hi,
I'm pleased to announce release 0.6.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/S 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 some important
new features:

* (finally) full FTPS (FTP over SSL/TS) support
* configurable command line options
* a standardized and improved logging system for commands and transfers
* possibility to serve both IPv4 and IPv6 by using a single socket
* enhanced Unix and Windows authorizers, moved from demo directory
and included in main library with a set of new options such as the
possibility to specify which users should be granted for access.
* enabled TCP_NODELAY socket option for the FTP command channels
resulting in pyftpdlib being twice faster.
* a new UnixFilesystem class which permits the client to escape its
home directory and navigate the real filesystem.


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/ReleaseNotes06

If you think pyftpdlib is worth a donation you can do so by going here:
http://code.google.com/p/pyftpdlib/wiki/Donate


=== More links ===

* Source tarball: http://pyftpdlib.googlecode.com/file...b-0.6.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 >
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANN: Python FTP Server library (pyftpdlib) 0.4.0 released Giampaolo Rodola' Python 0 05-16-2008 04:49 PM
ANN: Python FTP Server library (pyftpdlib) 0.2.0 released =?iso-8859-1?q?Giampaolo_Rodol=E0?= Python 0 09-17-2007 06:13 PM
ANN: pyftpdlib 0.1 released billiejoex Python 3 03-05-2007 03:23 PM
ANN: pyftpdlib 0.1 released billiejoex Python 0 03-05-2007 01:48 PM
ANN: pyftpdlib 0.1 released billiejoex Python 0 03-05-2007 01:48 PM



Advertisments