ftp-pret.d 451 B

12345678910111213
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ftp-pret
  4. Help: Send PRET before PASV
  5. Protocols: FTP
  6. Added: 7.20.0
  7. Category: ftp
  8. Example: --ftp-pret ftp://example.com/
  9. See-also: ftp-port ftp-pasv
  10. ---
  11. Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
  12. mainly drftpd, require this non-standard command for directory listings as
  13. well as up and downloads in PASV mode.