[Twisted-Python] FTP Server

Itamar Shtull-Trauring itamar at itamarst.org
Wed Apr 2 10:12:03 EST 2003


On Wed,  2 Apr 2003 10:28:08 +0200
Stefano Maniero <smaniero at sfera.net> wrote:

> I'm a new developer in twisted. I want test twisted writing an ftp
> server.
> 
> Can anyone indicate an example or doc for developing ftp server? In
> twisted distribution I didn't find it.

twisted.protocols.ftp has code for a FTP server that serves files from
the filesystem. It's not pluggable, and needs a lot of work, but it
could be used as a basis for a cleaned up refactored server.

Or, you could skip FTP (it's a really sucky protocol) and build a WebDAV
server instead.

-- 
Itamar Shtull-Trauring    http://itamarst.org/
http://www.zoteca.com -- Python & Twisted consulting




More information about the Twisted-Python mailing list