RE: [Twisted-Python] Proxy setup OscarDemo

It's a socks4 proxy. I found socks.py in protocols. I found an ftp example that imports socks. When I try to import it fails. Regards, Dave ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dave Siracusa Principal PERFWARE, LLC. Business: 610 213 0545, Fax: 610 325 0226 dave@perfware.com www.perfware.com

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.
participants (2)
-
Dave Siracusa
-
Itamar Shtull-Trauring