blob: 830b4e1a24ce44be73935920b82d4f4b868fd468 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: time-cond
2Short: z
3Arg: <time>
4Help: Transfer based on a time condition
5Protocols: HTTP FTP
6---
7Request a file that has been modified later than the given time and date, or
8one that has been modified before that time. The <date expression> can be all
9sorts of date strings or if it doesn't match any internal ones, it is taken as
10a filename and tries to get the modification date (mtime) from <file>
11instead. See the \fIcurl_getdate(3)\fP man pages for date expression details.
12
13Start the date expression with a dash (-) to make it request for a document
14that is older than the given date/time, default is a document that is newer
15than the specified date/time.
16
17If this option is used several times, the last one will be used.