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