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 pitrou
Recipients eric.araujo, giampaolo.rodola, gregory.p.smith, iElectric, janssen, jeffo, josiah.carlson, josiahcarlson, lgedgar, lszyba1, pitrou, qwavel, roberte, twhitema
Date 2010-04-11.19:45:36
SpamBayes Score 1.9292647e-09
Marked as misclassified No
Message-id <1271015260.23110.6.camel@localhost>
In-reply-to <1271014644.92.0.67100417015.issue2054@psf.upfronthosting.co.za>
Content
> Thinking back about this, I wonder whether "FTPS" could be a better name to use instead of "FTP_TLS".
> It's shorter, easier to remember, and also makes more sense since also SSL can be used, not only TLS.

What do you mean by "also SSL can be used"?
Wikipedia has an interesting article about the subject:
http://en.wikipedia.org/wiki/FTPS

Secured FTP with explicit negotiation (what we are doing) is sometimes
called "FTPES" (that's how it's named in FileZilla indeed).
"FTPS" is more often used to describe secured FTP with implicit
negotiation, i.e. the SSL session is established before the FTP protocol
even kicks in.

I think FTP_TLS is a fine name. Perhaps we can simply make the above
distinction clearer in the docs.
History
Date User Action Args
2010-04-11 19:45:38pitrousetrecipients: + pitrou, gregory.p.smith, josiahcarlson, janssen, giampaolo.rodola, josiah.carlson, roberte, iElectric, eric.araujo, lszyba1, twhitema, jeffo, qwavel, lgedgar
2010-04-11 19:45:37pitroulinkissue2054 messages
2010-04-11 19:45:36pitroucreate