Urgent COM Tunnel (wodSSHTunnel)
WodTunnel = new wodSSHTunnelCOMLib.wodTunnelCom();
WodTunnel.ProxyType = ProxyTypes.ProxyWEBStandard;
WodTunnel.ProxyHostname = proxyHostIpAddress;
WodTunnel.ProxyPort = proxyHostPortNumber;
WodTunnel.Login = destinationUserName;
WodTunnel.Password = destinationPassword;
WodTunnel.Timeout = 0;
WodTunnel.LicenseKey = "mykey";
WodTunnel.Connect(this.DestinationIpAddress, 22, ProtocolsEnum.SSHAuto);
Complete thread:
- Urgent COM Tunnel - Mike D, 2015-02-17, 17:53
- Urgent COM Tunnel - Jasmine, 2015-02-17, 17:54
- Urgent COM Tunnel - Mike D, 2015-02-17, 17:59
- Urgent COM Tunnel - Jasmine, 2015-02-17, 18:01
- Urgent COM Tunnel - Mike D, 2015-02-17, 19:40
- Urgent COM Tunnel - Jasmine, 2015-02-17, 20:00
- Urgent COM Tunnel - Mike D, 2015-02-17, 20:45
- Urgent COM Tunnel - Jasmine, 2015-02-17, 20:50
- Urgent COM Tunnel - Mike D, 2015-02-17, 20:45
- Urgent COM Tunnel - Jasmine, 2015-02-17, 20:00
- Urgent COM Tunnel - Mike D, 2015-02-17, 19:40
- Urgent COM Tunnel - Jasmine, 2015-02-17, 18:01
- Urgent COM Tunnel - Mike D, 2015-02-17, 17:59
- Urgent COM Tunnel - Mike D, 2015-02-17, 17:57
- Urgent COM Tunnel - Jasmine, 2015-02-17, 17:54