ftp-skip-pasv-ip.d 476 B

123456789101112131415
  1. Long: ftp-skip-pasv-ip
  2. Help: Skip the IP address for PASV
  3. Protocols: FTP
  4. Added: 7.14.2
  5. See-also: ftp-pasv
  6. Category: ftp
  7. ---
  8. Tell curl to not use the IP address the server suggests in its response
  9. to curl's PASV command when curl connects the data connection. Instead curl
  10. will re-use the same IP address it already uses for the control
  11. connection.
  12. Since curl 7.74.0 this option is enabled by default.
  13. This option has no effect if PORT, EPRT or EPSV is used instead of PASV.