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