blob: da6ab11fc72109c08b458dd5c0bc1bf8279d5698 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: ftp-skip-pasv-ip
2Help: Skip the IP address for PASV
3Protocols: FTP
4Added: 7.14.2
5See-also: ftp-pasv
6---
7Tell curl to not use the IP address the server suggests in its response
8to curl's PASV command when curl connects the data connection. Instead curl
9will re-use the same IP address it already uses for the control
10connection.
11
12This option has no effect if PORT, EPRT or EPSV is used instead of PASV.