[Twisted-Python] Proxy setup OscarDemo
Itamar Shtull-Trauring
itamar at itamarst.org
Thu Nov 11 10:21:25 MST 2004
On Thu, 2004-11-11 at 11:58 -0500, Dave Siracusa wrote:
> It's a socks4 proxy. I found socks.py in protocols. I found an ftp example
> that imports socks.
The SOCKS support in twisted.protocols is server only. You'll need to
write some code for client support. Or, you can use something like the
tsocks program (http://tsocks.sf.net) to transparently wrap any program
to use a SOCKS proxy.
> When I try to import it fails.
More useful would be an example of *how* it fails.
More information about the Twisted-Python
mailing list