Eric Johnson wrote:
> Does anyone know if a pyOpenSSL FTPS client exists, or have
> any pointers on how to get started writing my own?
Writing your own shouln't be hard - you'll need pyOpenSSL 0.5 or CVS though.
The main thing that makes FTL/TLS difference is, I think, that when the
server connects back to the client, the client is the one that initializes
TLS, not the server, so you need to separate out TLS connect from TCP
connect. Reading M2Crypto version should show you how to do it in any case.
|