[EMAIL PROTECTED] wrote: > Hi, I'm writing a program that needs to upload files to a server > (probably using FTP), that also needs to be secured and be able to > setup username/password programmatically. > > I wonder if there are already well written base code I can work on. > > The reason I choose FTP is because it is well known/supported and I > don't need to write much code at all. Any better ideas? > > > Thank you
Hi, Use paramiko SSH2 protocol module (http://www.lag.net/paramiko/) Regards -- http://mail.python.org/mailman/listinfo/python-list