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

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

by wodSupport, Friday, August 11, 2006, 10:52 (6682 days ago) @ wodAlan

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: