• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: remote-name-all
5Help: Use the remote file name 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
17This option changes the default action for all given URLs to be dealt with as
18if --remote-name were used for each one. So 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