xref: /aosp_15_r20/external/curl/docs/cmdline-opts/remote-name-all.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker---
2*6236dae4SAndroid Build Coastguard Workerc: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl
4*6236dae4SAndroid Build Coastguard WorkerLong: remote-name-all
5*6236dae4SAndroid Build Coastguard WorkerHelp: Use the remote filename for all URLs
6*6236dae4SAndroid Build Coastguard WorkerAdded: 7.19.0
7*6236dae4SAndroid Build Coastguard WorkerCategory: output
8*6236dae4SAndroid Build Coastguard WorkerMulti: boolean
9*6236dae4SAndroid Build Coastguard WorkerSee-also:
10*6236dae4SAndroid Build Coastguard Worker  - remote-name
11*6236dae4SAndroid Build Coastguard WorkerExample:
12*6236dae4SAndroid Build Coastguard Worker  - --remote-name-all ftp://example.com/file1 ftp://example.com/file2
13*6236dae4SAndroid Build Coastguard Worker---
14*6236dae4SAndroid Build Coastguard Worker
15*6236dae4SAndroid Build Coastguard Worker# `--remote-name-all`
16*6236dae4SAndroid Build Coastguard Worker
17*6236dae4SAndroid Build Coastguard WorkerChange the default action for all given URLs to be dealt with as if
18*6236dae4SAndroid Build Coastguard Worker--remote-name were used for each one. If you want to disable that for a
19*6236dae4SAndroid Build Coastguard Workerspecific URL after --remote-name-all has been used, you must use "-o -" or
20*6236dae4SAndroid Build Coastguard Worker--no-remote-name.
21