[issue11181] TLS end connection not detected properly in retrbinary

Adi Roiban report at bugs.python.org
Sun Feb 13 05:07:36 CET 2011


Adi Roiban <adi at roiban.ro> added the comment:

Hi,

I apologies for raising this issues.

It looks like FTP_TLS is not available in Python 3.1 ... and retrbinary is working in Python 2.7.

What I actually done, was backporting ftplib.py from 2.7 to 2.5 and using pyOpenSSL instead of the standard ssl module.

It looks like the standard „ssl” module from 2.7 return 0 instead of ssl.ZeroReturnError.

----------
resolution:  -> invalid
status: open -> closed
versions:  -Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11181>
_______________________________________


More information about the Python-bugs-list mailing list