Reported-by: newfunction
Closes #15417
When a proxy is used, the active FTP mode as set with --ftp-port, cannot be
used.
+
+Doing FTP over an HTTP proxy without --proxytunnel makes curl do HTTP with an
+FTP URL over the proxy. For such transfers, common FTP specific options do not
+work, including --ftp-ssl-reqd and --ftp-ssl-control.
When a proxy is used, the active FTP mode as set with *CUROPT_FTPPORT(3)*,
cannot be used.
+Doing FTP over an HTTP proxy without CURLOPT_HTTPPROXYTUNNEL(3) set makes
+libcurl do HTTP with an FTP URL over the proxy. For such transfers, common FTP
+specific options do not work, for example CURLOPT_USE_SSL(3).
+
# Environment variables
libcurl respects the proxy environment variables named **http_proxy**,