This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adiroiban
Recipients adiroiban, giampaolo.rodola
Date 2011-02-13.04:07:35
SpamBayes Score 1.1955003e-05
Marked as misclassified No
Message-id <1297570056.07.0.205036879521.issue11181@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-13 04:07:36adiroibansetrecipients: + adiroiban, giampaolo.rodola
2011-02-13 04:07:36adiroibansetmessageid: <1297570056.07.0.205036879521.issue11181@psf.upfronthosting.co.za>
2011-02-13 04:07:35adiroibanlinkissue11181 messages
2011-02-13 04:07:35adiroibancreate