1*6236dae4SAndroid Build Coastguard Worker--- 2*6236dae4SAndroid Build Coastguard Workerc: Copyright (C) Daniel Stenberg, <[email protected]>, et al. 3*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl 4*6236dae4SAndroid Build Coastguard WorkerLong: ftp-skip-pasv-ip 5*6236dae4SAndroid Build Coastguard WorkerHelp: Skip the IP address for PASV 6*6236dae4SAndroid Build Coastguard WorkerProtocols: FTP 7*6236dae4SAndroid Build Coastguard WorkerAdded: 7.14.2 8*6236dae4SAndroid Build Coastguard WorkerCategory: ftp 9*6236dae4SAndroid Build Coastguard WorkerMulti: boolean 10*6236dae4SAndroid Build Coastguard WorkerSee-also: 11*6236dae4SAndroid Build Coastguard Worker - ftp-pasv 12*6236dae4SAndroid Build Coastguard WorkerExample: 13*6236dae4SAndroid Build Coastguard Worker - --ftp-skip-pasv-ip ftp://example.com/ 14*6236dae4SAndroid Build Coastguard Worker--- 15*6236dae4SAndroid Build Coastguard Worker 16*6236dae4SAndroid Build Coastguard Worker# `--ftp-skip-pasv-ip` 17*6236dae4SAndroid Build Coastguard Worker 18*6236dae4SAndroid Build Coastguard WorkerDo not use the IP address the server suggests in its response to curl's PASV 19*6236dae4SAndroid Build Coastguard Workercommand when curl connects the data connection. Instead curl reuses the same 20*6236dae4SAndroid Build Coastguard WorkerIP address it already uses for the control connection. 21*6236dae4SAndroid Build Coastguard Worker 22*6236dae4SAndroid Build Coastguard WorkerThis option is enabled by default (added in 7.74.0). 23*6236dae4SAndroid Build Coastguard Worker 24*6236dae4SAndroid Build Coastguard WorkerThis option has no effect if PORT, EPRT or EPSV is used instead of PASV. 25