Tiny FTP server

Martijn Faassen m.faassen at vet.uu.nl
Fri May 12 19:19:06 EDT 2000


Steven Adams <sada7681 at mail.usyd.edu.au> wrote:
> is there a VERY small ftp server module in python? I've (tried) looking at
> Starship, and Parnassus, and everywhere else I could think of, but can't
> find one.

> Does anyone know of anything that comes close?

I don't know how small it is, but Zope's ZServer (based on Medusa which
uses asyncore, as far as I understand) has a builtin FTP server. You
may want to take a look there. Perhaps you can seperate it out easily.

Of course looking at asyncore and Medusa may be helpful here too.

Regards,

Martijn
-- 
History of the 20th Century: WW1, WW2, WW3?
No, WWW -- Could we be going in the right direction?



More information about the Python-list mailing list