"macaronikazoo" <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list