ANN: pyftpdlib 1.2.0 released
Hi there guys, I'm pleased to announce pyftpdlib 1.2.0. === About === Python FTP server library provides an high-level portable interface to easily write asynchronous FTP/S servers with Python. pyftpdlib is currently the most complete RFC-959 FTP server implementation available for Python programming language. This new release fixes a critical bug with threaded FTP server and also introduces 3 new features: - the address passed to FTPServer can be a socket object - FTPServer's new backlog argument (passed to socket.sliten()) - IO loop's fileno() method https://code.google.com/p/pyftpdlib/issues/list?can=1&q=milestone=1.2.0&colspec=ID%20Summary%20Type%20Status%20Priority%20Milestone%20Opened === Links === Home: http://code.google.com/p/pyftpdlib/ Download: https://pyftpdlib.googlecode.com/files/pyftpdlib-1.2.0.tar.gz Tutorial: http://code.google.com/p/pyftpdlib/wiki/Tutorial Enjoy, Giampaolo
participants (1)
-
Giampaolo Rodola'