2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08: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 20:15:04 +08:00
|
|
|
Category: ftp
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --ftp-skip-pasv-ip ftp://example.com/
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-16 06:44:58 +08: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 21:56:57 +08:00
|
|
|
Since curl 7.74.0 this option is enabled by default.
|
|
|
|
|
2016-11-16 06:44:58 +08:00
|
|
|
This option has no effect if PORT, EPRT or EPSV is used instead of PASV.
|