Adi Roiban <a...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to