who to use WodTunnel as a proxy in delphi (General questions)
how to use WodTunnel as a proxy in delphi? i watch the demo,it is a LocalListen demo.i set type to SocksProxy.when use netstat -s -n can see open the socket,but when i use this sock5 tool to test is fail.
my code is [code]WodTunnel.Channels.Add (SocksProxy, '127.0.0.1', 1080, '', '')
[/code]
can someone give me a demo.how to use wodTunnel as a sock5 proxy server and can use sock5 client to connect.
Re: who to use WodTunnel as a proxy in delphi
Hi,
That should basically be it. However, did you connect to your SSH Server?
Is that channel started?
Regards,
Damba