[issue2054] add ftp-tls support to ftplib - RFC 4217
Giampaolo Rodola'
report at bugs.python.org
Mon Feb 23 13:57:09 CET 2009
Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:
After Bill added SSL's unwrap() method I modified my previous patch so
that it shutdown the SSL layer before closing the data connection.
I successfully tested it against proftpd, vsftpd and pyftpdlib TLS
server [1].
If some python developer could give me an ok on the patch I could start
writing tests and documentation.
[1] http://code.google.com/p/pyftpdlib/source/browse/trunk/demo/tls_ftpd.py
----------
keywords: +patch
Added file: http://bugs.python.org/file13156/ftplib.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2054>
_______________________________________
More information about the Python-bugs-list
mailing list