remote-name-all.d 549 B

12345678910111213
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: remote-name-all
  4. Help: Use the remote file name for all URLs
  5. Added: 7.19.0
  6. Category: output
  7. Example: --remote-name-all ftp://example.com/file1 ftp://example.com/file2
  8. See-also: remote-name
  9. ---
  10. This option changes the default action for all given URLs to be dealt with as
  11. if --remote-name were used for each one. So if you want to disable that for a
  12. specific URL after --remote-name-all has been used, you must use "-o -" or
  13. --no-remote-name.