2016-11-15 17:44:58 -05:00
|
|
|
Long: ftp-skip-pasv-ip
|
|
|
|
Help: Skip the IP address for PASV
|
|
|
|
Protocols: FTP
|
|
|
|
Added: 7.14.2
|
|
|
|
See-also: ftp-pasv
|
2020-07-13 08:15:04 -04:00
|
|
|
Category: ftp
|
2016-11-15 17:44:58 -05:00
|
|
|
---
|
|
|
|
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.
|
|
|
|
|
2020-11-24 08:56:57 -05:00
|
|
|
Since curl 7.74.0 this option is enabled by default.
|
|
|
|
|
2016-11-15 17:44:58 -05:00
|
|
|
This option has no effect if PORT, EPRT or EPSV is used instead of PASV.
|