ANN: pyftpdlib 1.4.0 released

118 views
Skip to first unread message

Giampaolo Rodola'

unread,
Jun 3, 2014, 6:23:02 PM6/3/14
to python-ann...@python.org, pyft...@googlegroups.com
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
server implementation available for Python <http://www.python.org/> programming
language.

News
====

- project migrated from Google Code to Github (full story here: 
- 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
=====


Thanks


Claus Klein

unread,
Feb 28, 2015, 6:21:51 PM2/28/15
to pyft...@googlegroups.com, python-ann...@python.org
Hi

I just cloned the repo and started with make test.
But one test always failed:

======================================================================

ERROR: test_oob_abor (__main__.TestFtpAbort)

----------------------------------------------------------------------

Traceback (most recent call last):

  File "test/test_ftpd.py", line 2069, in test_oob_abor

    self.assertEqual(self.client.getresp()[:3], '225')

  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ftplib.py", line 215, in getresp

    resp = self.getmultiline()

  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ftplib.py", line 201, in getmultiline

    line = self.getline()

  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ftplib.py", line 186, in getline

    line = self.file.readline(self.maxline + 1)

  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 476, in readline

    data = self._sock.recv(self._rbufsize)

timeout: timed out


----------------------------------------------------------------------

Ran 185 tests in 7.517s


FAILED (errors=1)


s-MacBook-Pro:pyftpdlib clausklein$ uname -a

Darwin Claus-MBP.fritz.box 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64 i386 MacBookPro5,1 Darwin

any suggestion?

With regards

Claus

Giampaolo Rodola'

unread,
Mar 1, 2015, 8:04:14 AM3/1/15
to pyft...@googlegroups.com, python-ann...@python.org
That's probably a test issue. I wouldn't mind. =)

--
You received this message because you are subscribed to the "Python FTP server library" project group:
http://code.google.com/p/pyftpdlib/
To post to this group, send email to pyft...@googlegroups.com
To unsubscribe from this group, send email to pyftpdlib-...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/pyftpdlib
---
You received this message because you are subscribed to the Google Groups "Python FTP server library - Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyftpdlib+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages