[Twisted-Python] FTP server with credentials

Itamar Shtull-Trauring itamar at itamarst.org
Wed Oct 12 18:01:09 MDT 2005


On Thu, 2005-10-13 at 09:50 +1000, Mayne, Peter wrote:
> I'm trying to write a simple FTP server that a client can connect and
> authenticate to, then upload a file, which the server buffers in memory
> and processes, and then returns a status result to the client depending
> on the result of the processing. (Twisted 2.0.1, Python 2.4.1, Windws XP
> SP2)

You'll want to look at Twisted 2.1, it has a much improved FTP server
backend (though the authentication part shouldn't be affected, IIRC).





More information about the Twisted-Python mailing list