Use Proxy with wodsftp. (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hi,
We are testing the version of evaluation of wodSFTP on Powerbuilder.We test a connection via Proxy.We haven't an error and the process doesn't pass in the event connected.Can we test Proxy with the version of evaluation?
we use this code
ole_1.Object.ProxyHostname = is_srvpxy
ole_1.Object.ProxyPort = il_portpxy
ole_1.Object.ProxyType = 3
ole_1.Object.Login = is_UserName
ole_1.Object.Password = is_Password
ole_1.Object.Hostname = is_RemoteAddress
ole_1.Object.Connect()
Can you help us?
Thank you
Hary