read tunnel settings from a file VB (wodSSH / wodSSH.NET)

by David Stavert @, (7026 days ago)

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.

locked

Re: read tunnel settings from a file VB

by Jasmine, (7026 days ago) @ David Stavert

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

locked

Re: read tunnel settings from a file VB

by David Stavert @, (7026 days ago) @ Jasmine

Ok thanks.

locked