remote-name-all.md (570B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: remote-name-all 5 Help: Use the remote filename for all URLs 6 Added: 7.19.0 7 Category: output 8 Multi: boolean 9 See-also: 10 - remote-name 11 Example: 12 - --remote-name-all ftp://example.com/file1 ftp://example.com/file2 13 --- 14 15 # `--remote-name-all` 16 17 Change the default action for all given URLs to be dealt with as if 18 --remote-name were used for each one. If you want to disable that for a 19 specific URL after --remote-name-all has been used, you must use "-o -" or 20 --no-remote-name.