proxytype error? (wodSSHServer)
Hi,
i used wodTunnel.dll(v1.6.1.68)
i want to ftp proxy. but the setting socks5 type is occur error at compile time. the error message is 'no error'.
i attached my code snippet.
private sub Proxyconnect()
tunnel.Login = joe
tunnel.Password = joe
tunnel.Timeout = 60
tunnel.Protocol = ProtocolsEnum.SSHAuto
tunnel.ProxyType = ProxyTypes.ProxySocks5
tunnel.Connect(_SSH_SERVER_IP, _SSH_SERVER_PORT)
end sub
private sub StartChannel()
tunnel.Channels.Add(wodSSHTunnelCOMLib.ForwardTypesEnum.SocksProxy, , 9999, , )
tunnel.Channels.StartAll()
end sub
regards,
Complete thread:
- proxytype error? - bonghwan, 2009-08-03, 08:23
- Re: proxytype error? - wodDamir, 2009-08-03, 10:32
- Re: proxytype error? - bonghwan, 2009-08-03, 11:23
- Re: proxytype error? - wodDamir, 2009-08-03, 11:55
- Re: proxytype error? - BongHwan, 2009-08-03, 13:18
- Re: proxytype error? - wodDamir, 2009-08-03, 14:35
- Re: proxytype error? - BongHwan, 2009-08-04, 04:35
- Re: proxytype error? - wodDamir, 2009-08-04, 09:50
- Re: proxytype error? - BongHwan, 2009-08-04, 04:35
- Re: proxytype error? - wodDamir, 2009-08-03, 14:35
- Re: proxytype error? - BongHwan, 2009-08-03, 13:18
- Re: proxytype error? - wodDamir, 2009-08-03, 11:55
- Re: proxytype error? - bonghwan, 2009-08-03, 11:23
- Re: proxytype error? - wodDamir, 2009-08-03, 10:32