ftp-pret.d 349 B

1234567891011
  1. Long: ftp-pret
  2. Help: Send PRET before PASV
  3. Protocols: FTP
  4. Added: 7.20.0
  5. Category: ftp
  6. Example: --ftp-pret ftp://example.com/
  7. See-also: ftp-port ftp-pasv
  8. ---
  9. Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
  10. mainly drftpd, require this non-standard command for directory listings as
  11. well as up and downloads in PASV mode.