Hi there guys, I'm pleased to announce the release of pyftpdlib 1.4.0. About =====
Python FTP server library provides a high-level portable interface to easily write very efficient and scalable asynchronous FTP servers with Python. It is the most complete RFC-959<http://www.faqs.org/rfcs/rfc959.html> FTP server implementation available for Python <http://www.python.org/> programming language. News ==== - project migrated from Google Code to Github (full story here: http://grodola.blogspot.com/2014/05/goodbye-google-code-im-moving-to-github.html ) - code migrated from SVN to GIT - documentation converted to RsT and available here: https://pythonhosted.org/pyftpdlib/ - Travis-ci is now used for continuos test integration. - fixed a high-priority issue not letting use FTPS with recent PyOpenSSL versions Links ===== Home: https://github.com/giampaolo/pyftpdlib Docs: https://pythonhosted.org/pyftpdlib/ Mailing list: https://groups.google.com/forum/#!forum/pyftpdlib Changes: https://github.com/giampaolo/pyftpdlib/blob/master/HISTORY.rst Thanks -- Giampaolo - http://grodola.blogspot.com -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/