remote-time.d 447 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. Makes curl attempt to figure out the timestamp of the remote file that is
  13. getting downloaded, and if that is available make the local file get that same
  14. timestamp.