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 giampaolo.rodola
Recipients giampaolo.rodola, gregory.p.smith, iElectric, janssen, jeffo, lszyba1, pitrou, roberte, twhitema
Date 2009-02-23.12:57:04
SpamBayes Score 2.9327217e-05
Marked as misclassified No
Message-id <1235393829.9.0.487651262149.issue2054@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-02-23 12:57:10giampaolo.rodolasetrecipients: + giampaolo.rodola, gregory.p.smith, janssen, pitrou, roberte, iElectric, lszyba1, twhitema, jeffo
2009-02-23 12:57:09giampaolo.rodolasetmessageid: <1235393829.9.0.487651262149.issue2054@psf.upfronthosting.co.za>
2009-02-23 12:57:08giampaolo.rodolalinkissue2054 messages
2009-02-23 12:57:07giampaolo.rodolacreate