[Twisted-Python] TCP File Copy

Antoine Pitrou solipsis at pitrou.net
Wed Apr 6 04:37:54 EDT 2005


> Does anyone have a good TCP file
> copy class ?

The easiest would be to look at Twisted's Web server capabilities. You
can in a few lines of code set up a simple HTTP daemon that will
automatically handle your file transfers. No need to bother with your
own file transfer protocol.







More information about the Twisted-Python mailing list