Use Proxy with wodsftp. - WeOnlyDo Discussion board

Use Proxy with wodsftp. (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Hary, Tuesday, November 22, 2005, 18:10 (6755 days ago)

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

Re: Use Proxy with wodsftp.

by wodSupport, Tuesday, November 22, 2005, 18:12 (6755 days ago) @ Hary

Hary,

do any other events fire, such as StateChanged?

Were you able to connect at all in all your tests so far? Did any event fire?

Re: Use Proxy with wodsftp.

by Hary, Tuesday, November 22, 2005, 18:37 (6755 days ago) @ wodSupport

Hary,

do any other events fire, such as StateChanged?

Were you able to connect at all in all your tests so far? Did any event fire?

Re: Use Proxy with wodsftp.

by Hary, Tuesday, November 22, 2005, 18:40 (6755 days ago) @ Hary

Yes,events statechange fire.And stateText contain Connecting to server .Any events fire after.

Re: Use Proxy with wodsftp.

by wodSupport, Tuesday, November 22, 2005, 20:45 (6755 days ago) @ Hary

Hary,

I have no explanation, I would like to duplicate this somehow. Any chance I could connect to your proxy? Which type proxy is that, btw?

Did Connected event fire *ever*? How did you declare it in PB?

Re: Use Proxy with wodsftp.

by Hary, Wednesday, November 23, 2005, 10:35 (6755 days ago) @ wodSupport

Hary,

I have no explanation, I would like to duplicate this somehow. Any chance I could connect to your proxy? Which type proxy is that, btw?

Did Connected event fire *ever*? How did you declare it in PB?

Hi,

When I use ProxyRelay on ProxyType,the state stay on connecting to server few minutes and disconnect after.With ProxyWEBStandard ,the state means Disconnect .
We use proxy HTTP when we test to connect on the server proxy.


ole_1.Object.ProxyHostname = srvgsylsttst
ole_1.Object.ProxyPort = 8118
ole_1.Object.ProxyType = 3
ole_1.Object.Login = xxx
ole_1.Object.Password = xxx
ole_1.Object.Hostname = xxx
ole_1.Object.Connect()

Re: Use Proxy with wodsftp.

by wodSupport, Wednesday, November 23, 2005, 14:12 (6755 days ago) @ Hary

Hary,

I have removed login/pass/hostname from above post since it's publically visible.

What type of proxy is that on port 8118? I tried to connect there, but it doesn't respond. Is it regular HTTP proxy, or something else?

BTW it's not PipeRelay, I'm quite sure about it.

Re: Use Proxy with wodsftp.

by Hary, Wednesday, November 23, 2005, 14:34 (6755 days ago) @ wodSupport

Hary,

I have removed login/pass/hostname from above post since it's publically visible.

What type of proxy is that on port 8118? I tried to connect there, but it doesn't respond. Is it regular HTTP proxy, or something else?

BTW it's not PipeRelay, I'm quite sure about it.


yes it is Proxy HTTP.Don't worry,The name and the password that I gived is an example.If you want the good password and name ,send me your mail .

Re: Use Proxy with wodsftp.

by wodSupport, Wednesday, November 23, 2005, 20:42 (6754 days ago) @ Hary

Hary,

yes, I would appreciate exact info so I can try to duplicate this. Please send it to techsupport@weonlydo.com .

You could also send me your powerbuilder EXE if you wish (along with all DLLs it may require) so I'll run it here and see from inside what's going on.