read tunnel settings from a file VB - WeOnlyDo Discussion board

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

by David Stavert, Monday, February 06, 2006, 19:46 (6662 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.

Re: read tunnel settings from a file VB

by wodSupport, Monday, February 06, 2006, 19:49 (6662 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

Re: read tunnel settings from a file VB

by David Stavert, Monday, February 06, 2006, 19:59 (6662 days ago) @ wodSupport

Ok thanks.