[Twisted-Python] Is there any SOCKS client example

Itamar Shtull-Trauring twisted at itamarst.org
Tue Feb 11 00:43:44 EST 2003


On Tue, 11 Feb 2003 07:15:26 +0200
Dmitry Litovchenko <kwaker at uch.net> wrote:

> I've found only Socks4 server implementation in protocols/socks4.py
> And it seems that there is no Socks4 client inside. Should I look

There is no socks4 client. You'll have to write one, which is pretty
easy.

You can pretty easily hook it up so you can do:
SOCKSclient.connectTCP(..) and .listenTCP(..) with the new
connectWith/listenWith reactor API that's in CVS.

-- 
Itamar Shtull-Trauring    http://itamarst.org/
Available for Python, Twisted, Zope and Java consulting
***> http://VoteNoWar.org -- vote/donate/volunteer <***




More information about the Twisted-Python mailing list