Hi,

I am working on a project that will require running several HTTP connections over a list of SOCKS5 proxies. I have found a lot of sample code that runs HTTP over a regular TCP socket, but none that demonstrate the functionality over SOCKS5. Is this possible in Twisted or would it have to be a protocol I would independently develop?

I plan on doing something similar to SSH, so it would be nice if the SOCKS5 module simply replaced the TCP socket's send/recv functions so that I could easily port the code over to SSH.

If I have to figure out SSH separately, that's okay. For starters just HTTP would be nice.

Thanks!
- Farhan


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to