mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:33:44 +03:00
docs: clarify FTP over HTTP proxy functionality somewhat
Reported-by: newfunction Closes #15417
This commit is contained in:
parent
0910a412a9
commit
1160380e50
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue