[Twisted-Python] subclassing ftp

Douglas Bagnall douglas at paradise.net.nz
Fri Dec 12 22:54:40 EST 2003


hi all,

I'm making a thing which collects webcam images via ftp (the lowest 
common denominator for webcam software), and sends them off again via 
the web.  I'd quite like to do it without troubling the file system, 
storing the images as python strings, whilst ignoring all the cd/pwd 
stuff.  Needless to say I don't want to use real system usernames.

Is this very sensible or possible?  I (happily) don't know much about 
the ftp protocol, or its twisted implementation.


cheers,

Douglas Bagnall





More information about the Twisted-Python mailing list