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,