secure uploading

Paul Rubin http
Sat Jul 16 21:30:47 EDT 2005


"macaronikazoo" <macaronikazoo at gmail.com> writes:
> well I want a script to upload something automatically, so i need a
> python script to do that for me.  my hoster has ssl enabled on their
> server and I have generated a key.  but now I need to know how to
> upload something using ssl to the server.  how to I ftp something to
> the server using ssl?

Ftp is not usually done over ssl.  Usually you'd use http over ssl.



More information about the Python-list mailing list