BestSync Icon BestSync Help Home / Main Index / General Option

General option, "FTP Proxy" tab

Setup the FTP Proxy server or FTP firewall.

FTP proxy

Proxy Host Name:

Specify the IP address or the hostname of the FTP Proxy server, SOCKS proxy server or FTP Firewall server.

If the FTP Proxy server is not used, let the edit box be empty.

User name, password:

Specify the user account and password of the firewall server.

Firewall type:

Select the firewall type in the Combo box list.

Explanation of the fields in the following table:

ftpUser: User account of the FTP server.

ftpPass: Password to logon to the FTP server.

ftpHost: The host name and port number of the FTP server.

proxyUser: User account of the proxy server.

proxyPass: Password of the proxy server.

Firewall Type FTP command at connection 
no firewall >USER ftpUser
>PASS ftpPass
SITE hostname >USER proxyUser
>PASS proxyPass
>SITE ftpHost
>USER ftpUser
>PASS ftpPass
USER after logon >USER proxyUser
>PASS proxyPass
>USER ftpUser@ftpHost
>PASS ftpPass
proxy OPEN >OPEN ftpHost
>USER ftpUser
>PASS ftpPass
Transparent >USER proxyUser
>PASS proxyPass
>USER ftpUser
>PASS ftpPass
USER %user@%host >USER ftpUser@ftpHost
>PASS ftpPass
USER %proxyUser@%host >USER proxyUser@ftpHost
>PASS proxyPass
>USER ftpUser
>PASS ftpPass
USER %user@%host %proxyUser >USER ftpUser@ftpHost proxyUser
>PASS ftpPass
USER %user@%proxyUser@%host >USER ftpUser@proxyUser@ftpHost
>PASS ftpPass@proxyPass
HTTP Proxy / LOGIN Use HTTP proxy, such as squid as a FTP proxy server.
If the proxy needs login, specify the user account in "Username" and the password in "Password".
Socks 4 Use SOCKS proxy version 4, such as DeleGate as a FTP proxy server.
SOCKS 5 supports FTP over TLS/SSL.
Socks 5 Use SOCKS proxy version 5, such as DeleGate as a FTP proxy server.
If the proxy needs login, specify the user account in "Username" and the password in "Password".
SOCKS 5 supports FTP over TLS/SSL.

BestSync Icon BestSync Help Home / Main Index / General Option