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