blob: af9eb7d57c239f6127e8889c4cca4002dd459411 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: ftp-skip-pasv-ip
4Help: Skip the IP address for PASV
5Protocols: FTP
6Added: 7.14.2
7See-also: ftp-pasv
8Category: ftp
9Example: --ftp-skip-pasv-ip ftp://example.com/
10Multi: boolean
11---
12Tell curl to not use the IP address the server suggests in its response
13to curl's PASV command when curl connects the data connection. Instead curl
14will re-use the same IP address it already uses for the control
15connection.
16
17Since curl 7.74.0 this option is enabled by default.
18
19This option has no effect if PORT, EPRT or EPSV is used instead of PASV.