From: Camille Cr Date: 2009-01-24T08:40:49+09:00 Subject: Socket connection to the Tor server Hi, I'd like to code a script able to connect to the Tor server. Find above the command line script. I'd like to do the same in ruby. I tried using TCPSocket, Net::Telnet... no way. Thank you Camille SHELL SESSION: camille$ telnet 127.0.0.1 9051 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. authenticate 250 OK ... quit 250 closing connection Connection closed by foreign host. -- Posted via http://www.ruby-forum.com/.