docs: clarify FTP over HTTP proxy functionality somewhat

Reported-by: newfunction

Closes #15417
This commit is contained in:
Daniel Stenberg 2024-10-26 23:13:02 +02:00
parent 0910a412a9
commit 1160380e50
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 8 additions and 0 deletions

View file

@ -56,3 +56,7 @@ password.
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.