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

by Jasmine, (6843 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

locked

Complete thread: