Existing FTP server code?

gene tani gene.tani at gmail.com
Tue Dec 20 10:53:28 EST 2005


Mateusz Soltysek wrote:
> 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

or flip thru twisted book
http://www.oreilly.com/catalog/twistedadn/toc.html




More information about the Python-list mailing list