[Twisted-Python] Running FTP server as a thread (as opposed to twistd -f ftp.tap)

Andy Leszczynski leszczynscy at yahoo.com
Mon Mar 12 10:49:12 MDT 2007


Hi,


I need to launch the twisted based FTP server as a part of my application. I could spawn/control a separate process with subprocess/popen2/etc. However for other reasons I would rather prefer to have it as a separate thread of my app. The question is how to convert mktap generated file into a piece of python code.

Thx, Andy






More information about the Twisted-Python mailing list