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-time |
| 4 | Short: R |
| 5 | Help: Set the remote file's time on the local output |
| 6 | Category: output |
| 7 | Example: --remote-time -o foo $URL |
| 8 | Added: 7.9 |
| 9 | See-also: remote-name time-cond |
| 10 | Multi: boolean |
| 11 | --- |
| 12 | When used, this will make curl attempt to figure out the timestamp of the |
| 13 | remote file, and if that is available make the local file get that same |
| 14 | timestamp. |