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 janssen
Recipients giampaolo.rodola, gregory.p.smith, janssen
Date 2008-02-22.20:54:03
SpamBayes Score 0.09562699
Marked as misclassified No
Message-id <1203713644.92.0.218357277754.issue2054@psf.upfronthosting.co.za>
In-reply-to
Content
This is a straightforward implementation of client-side use of SSL, but
it's missing a test case for evaluation.  It should include a patch to
test_ftplib to test it.

Another thing to look at is what the useful arguments are to pass in for
TLS usage over FTP.  If, for example, the client needs to validate the
server's certificate or identity, provision should be made for a file of
cacerts to be passed to the FTP_TLS instance.  Passing in a keyfile and
certfile is usually only necessary when the client uses them to identify
itself to the server.
History
Date User Action Args
2008-02-22 20:54:05janssensetspambayes_score: 0.095627 -> 0.09562699
recipients: + janssen, gregory.p.smith, giampaolo.rodola
2008-02-22 20:54:04janssensetspambayes_score: 0.095627 -> 0.095627
messageid: <1203713644.92.0.218357277754.issue2054@psf.upfronthosting.co.za>
2008-02-22 20:54:04janssenlinkissue2054 messages
2008-02-22 20:54:03janssencreate