R
Ricardo Amorim
Hello,
I compiled ruby-1.8.7-p249 with --enable-socks and package libsocks4
installed in Debian lenny.
Well, i'm trying to get SOCKS working with Net::FTP. I started "ssh -N
-D 8000 user@otherhostip" and configured SOCKS_SERVER=127.0.0.1:8000.
When i connect to a FTP server in irb, i can see the SOCKSSocket being
initialized (@sock=#<SOCKSSocket:0x0000000248aca0>) but looking at ssh
debug, it's not using actually using SOCKS.
Am i doing something wrong or it is not working?
Thanks,
mksm
I compiled ruby-1.8.7-p249 with --enable-socks and package libsocks4
installed in Debian lenny.
Well, i'm trying to get SOCKS working with Net::FTP. I started "ssh -N
-D 8000 user@otherhostip" and configured SOCKS_SERVER=127.0.0.1:8000.
When i connect to a FTP server in irb, i can see the SOCKSSocket being
initialized (@sock=#<SOCKSSocket:0x0000000248aca0>) but looking at ssh
debug, it's not using actually using SOCKS.
Am i doing something wrong or it is not working?
Thanks,
mksm