[issue2054] add ftp-tls support to ftplib - RFC 4217
Jeff Oyama added the comment: Just wondering, has anyone done a patch since Bill made the necessary changes to ssl.py in order to implement FTP TLS? If so, where can I find it? I would love to test it out. -- nosy: +jeffo ___ Python tracker <http://bugs.python.org/issue2054> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2054] add ftp-tls support to ftplib - RFC 4217
Jeff Oyama added the comment: Thank you Giampaolo, it works just as I was hoping, =] I tested it on glftpd using python 2.6.1. Added file: http://bugs.python.org/file13161/unnamed ___ Python tracker <http://bugs.python.org/issue2054> ___Thank you Giampaolo, it works just as I was hoping, =] I tested it on glftpd using python 2.6.1. ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2054] add ftp-tls support to ftplib - RFC 4217
Jeff Oyama added the comment: Actually I have encountered a possible bug. the close() method doesn't seem to actually close the connection... On Mon, Feb 23, 2009 at 11:56 PM, Jeff Oyama wrote: > > Jeff Oyama added the comment: > > Thank you Giampaolo, it works just as I was hoping, =] I tested it on > glftpd > using python 2.6.1. > > Added file: http://bugs.python.org/file13161/unnamed > > ___ > Python tracker > <http://bugs.python.org/issue2054> > ___ > Added file: http://bugs.python.org/file13171/unnamed ___ Python tracker <http://bugs.python.org/issue2054> ___Actually I have encountered a possible bug. the close() method doesn't seem to actually close the connection...On Mon, Feb 23, 2009 at 11:56 PM, Jeff Oyama <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> wrote: Jeff Oyama <mailto:j...@oyama.org";>j...@oyama.org> added the comment: Thank you Giampaolo, it works just as I was hoping, =] I tested it on glftpd using python 2.6.1. Added file: http://bugs.python.org/file13161/unnamed"; target="_blank">http://bugs.python.org/file13161/unnamed ___ Python tracker <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> <http://bugs.python.org/issue2054"; target="_blank">http://bugs.python.org/issue2054> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2054] add ftp-tls support to ftplib - RFC 4217
Jeff Oyama added the comment: Ok after examining it more closely, it appears to be a false alarm, my apologies ___ Python tracker <http://bugs.python.org/issue2054> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com