Re: Connect to FTP server by Proxy Server - WeOnlyDo Discussion board

Re: Connect to FTP server by Proxy Server (General questions)

by wodAlan, Friday, August 11, 2006, 10:03 (6679 days ago) @ zhou

Hi zhou,

Ok, this is my test code:

[code]
Ftp1.Blocking = True

Ftp1.ProxyType = ProxyWindows
Ftp1.ProxyHostname = 192.168.0.1
Ftp1.ProxyLogin = proxyLogin
Ftp1.ProxyPassword = proxyPassword

Ftp1.HostName = ftp.server.com
Ftp1.Login = username
Ftp1.Password = password

Ftp1.Connect
[/code]

Maybe you should set Blocking Property to True but try code similar like mine and this must work for you too.

Hope I helped.

Regards,
Alan


Complete thread: