Discuss this help topic in SecureBlackbox Forum

FTPS: Setup FTP proxy settings

FTP can work via specialized FTP proxy settings. TElSimpleFTPSClient.ProxySettings property is used to enable use of proxy and adjust proxy settings.

First you set ProxyType property is used to specify FTP proxy type. Note that if you need to route the FTP request via HTTP proxy (not HTTPS CONNECT, but regular HTTP proxy), then you need to use not TElSimpleFTPSClient class, but TElHTTPSClient, and specify the proxy address there, then use the URL in the form of "ftp://host:port/resource_path" or "ftps://host:port/resource_path".

Host and Port properties are used to specify the host and port of the proxy.

Username and Password properties are used to configure authentication on the proxy.

How To articles about client-side FTPS questions

Discuss this help topic in SecureBlackbox Forum