Just a suggestion: FTP is really insecure (nonencrypted) as it is. So running your FTP through a proxy is essentially giving someone else free login info to your server.
At minimum, you should consider using FTP over TLS, or SSH/SFTP if possible, assuming your website host supports it.



Reply With Quote