remote-name-all.d 551 B

1234567891011121314
  1. c: Copyright (C) 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. Multi: boolean
  10. ---
  11. This option changes the default action for all given URLs to be dealt with as
  12. if --remote-name were used for each one. So if you want to disable that for a
  13. specific URL after --remote-name-all has been used, you must use "-o -" or
  14. --no-remote-name.