xref: /curl/docs/cmdline-opts/remote-name-all.md (revision e7219c2b)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: remote-name-all
5Help: Use the remote filename for all URLs
6Added: 7.19.0
7Category: output
8Multi: boolean
9See-also:
10  - remote-name
11Example:
12  - --remote-name-all ftp://example.com/file1 ftp://example.com/file2
13---
14
15# `--remote-name-all`
16
17Change 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
19specific URL after --remote-name-all has been used, you must use "-o -" or
20--no-remote-name.
21