[issue2054] add ftp-tls support to ftplib - RFC 4217

Giampaolo Rodola' report at bugs.python.org
Mon Jun 30 18:46:02 CEST 2008


Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:

Ok, so let's leave httplib alone. Let's just add the unwrap() method to
ssl.SSLSocket so that it could be be possible to go ahead with the
current patch.
Modifying it consists in just adding a new prot_c method (I could do that).
As for the cacerts needed to be passed to FTP_TLS constructor you could
do that afterwards.

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


More information about the Python-bugs-list mailing list