remote-time.d 440 B

1234567891011121314
  1. c: Copyright (C) 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.