Existing FTP server code?

Mateusz Sołtysek mateusz.soltysekWYTNIJTO at gazeta.pl
Tue Dec 20 07:36:29 EST 2005


nonamehkg at hotmail.com 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



More information about the Python-list mailing list