twisted-socks
twisted-socks copied to clipboard
Adding client SOCKS support to Twisted.
If you add Twisted endpoints and parsers it will make your code usable by many of the existing Twisted programs... without a single line of code changing. Please see: https://twistedmatrix.com/documents/current/core/howto/endpoints.html#maximizing-the-return-on-your-endpoint-investment...
Hey Linus I added in a fork of twisted-socks support for SOCKS version 4 and 5. https://github.com/NikolaiT/twisted-socks What do you think of it? Can you say shortly if I broke...
Can you please provide a code snippet on how to integrate your code with this example http://twistedmatrix.com/documents/current/core/examples/ftpclient.py