mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 17:15:04 -05:00
ec9cc725d5
The command line tool also independently sets --ftp-skip-pasv-ip by default. Ten test cases updated to adapt the modified --libcurl output. Bug: https://curl.se/docs/CVE-2020-8284.html CVE-2020-8284 Reported-by: Varnavas Papaioannou
16 lines
476 B
Makefile
16 lines
476 B
Makefile
Long: ftp-skip-pasv-ip
|
|
Help: Skip the IP address for PASV
|
|
Protocols: FTP
|
|
Added: 7.14.2
|
|
See-also: ftp-pasv
|
|
Category: ftp
|
|
---
|
|
Tell curl to not use the IP address the server suggests in its response
|
|
to curl's PASV command when curl connects the data connection. Instead curl
|
|
will re-use the same IP address it already uses for the control
|
|
connection.
|
|
|
|
Since curl 7.74.0 this option is enabled by default.
|
|
|
|
This option has no effect if PORT, EPRT or EPSV is used instead of PASV.
|