blob: fa6a233bbfde340e7494bc985d99e46d1136f6df [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: remote-name-all
4Help: Use the remote file name for all URLs
5Added: 7.19.0
6Category: output
7Example: --remote-name-all ftp://example.com/file1 ftp://example.com/file2
8See-also: remote-name
9Multi: boolean
10---
11This option changes the default action for all given URLs to be dealt with as
12if --remote-name were used for each one. So if you want to disable that for a
13specific URL after --remote-name-all has been used, you must use "-o -" or
14--no-remote-name.