Re: Connect to FTP server by Proxy Server (General questions)
Zhou,
quick workaround would be to completely ignore the proxy settings. Rather do something like this:
Ftp1.Hostname = your.proxy.server
Ftp1.Login = login
Ftp1.Password = your_secret_pass@your.real.ftp.server
Ftp1.Connect..
As you can see, you would connect to proxy as it would be your actual FTP server, and you would use username with real FTP address in it - proxy FTP would usually just redirect to real FTP. Can you try that?
Kreso
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