read tunnel settings from a file VB (wodSSH / wodSSH.NET)
I though I would try using VB to create a tunnel app but read the tunneling information from a file. I tried, I think, reading in the complete line from the simple component example
SSH_1.Channels.Add LocalListen, 127.0.0.1 , 10001, 192.168.1.10 , 80
but it seemed to stop processing at that point.
Re: read tunnel settings from a file VB
David,
I'd really try to help you out, but we can't help you regarding reading files in VB. How will you set up 'persistance' depends on your code, and goes beyond wodSSHTunnel protocol/usage. We can give you help only regarding protocol/usage stuff.
Kreso
Re: read tunnel settings from a file VB
Ok thanks.