Path: ccsf.homeunix.org!tomockey.ddo.jp!news.tornevall.net!goblin1!goblin.stu.neva.ru!proxad.net!feeder1-2.proxad.net!64.233.178.134.MISMATCH!postnews.google.com!50g2000hsm.googlegroups.com!not-for-mail From: Giampaolo Rodola' Newsgroups: fj.net.ftp Subject: ANN: Python FTP Server library (pyftpdlib) 0.2.0 released Date: Thu, 20 Sep 2007 18:38:28 -0700 Organization: http://groups.google.com Lines: 43 Message-ID: <1190338708.031389.123540@50g2000hsm.googlegroups.com> NNTP-Posting-Host: 151.21.41.131 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1190338708 17405 127.0.0.1 (21 Sep 2007 01:38:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 21 Sep 2007 01:38:28 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 50g2000hsm.googlegroups.com; posting-host=151.21.41.131; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: ccsf.homeunix.org fj.net.ftp:120 Hi, I'm pleased to announce release 0.2.0 of Python FTP Server library (pyftpdlib). http://code.google.com/p/pyftpdlib/ === About === Python FTP server library provides a high-level portable interface to easily write asynchronous FTP servers with Python. Based on asyncore framework pyftpdlib is actually the most complete RFC959 FTP server implementation available for Python programming language. === Major changes === * Support for FXP, site-to-site transfers. * NAT/Firewall support with PASV (passive) mode connections. * Configurable range of ports to use for passive data transfers. * Per-user messages configurability. * Maximum connections limit. * Per-source-IP limits. * Maximum login attempts limit. A complete list of changes including enhancements and bug fixes is available here: http://code.google.com/p/pyftpdlib/wiki/ReleaseNotes02 === More links: === * Source tarball: http://pyftpdlib.googlecode.com/files/pyftpdlib_0.2.0.tar.gz * Online docs: http://code.google.com/p/pyftpdlib/wiki/Tutorial * FAQs: http://code.google.com/p/pyftpdlib/wiki/FAQ * Roadmap: http://code.google.com/p/pyftpdlib/wiki/Roadmap * Issue tracker: http://code.google.com/p/pyftpdlib/issues/list Thanks, -- Giampaolo Rodola' < g.rodola [at] gmail [dot] com >