Re: Connect to FTP server by Proxy Server (General questions)
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:
- Connect to FTP server by Proxy Server - zhou, 2006-08-11, 09:34
- Re: Connect to FTP server by Proxy Server - wodAlan, 2006-08-11, 10:03
- Re: Connect to FTP server by Proxy Server - wodSupport, 2006-08-11, 10:52
- Re: Connect to FTP server by Proxy Server - wodAlan, 2006-08-11, 10:03