cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[ curl-Bugs-3510490 ] -z/--time-cond does not mention mtime

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Fri, 23 Mar 2012 05:20:36 -0700

Bugs item #3510490, was opened at 2012-03-23 05:20
Message generated for change (Tracker Item Submitted) made by mestrelion
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3510490&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: documentation
Group: wrong content
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: MestreLion (mestrelion)
Assigned to: Daniel Stenberg (bagder)
Summary: -z/--time-cond does not mention mtime

Initial Comment:
In my system (Ubuntu 10.10, using curl 7.21.0), manual says:

       -z/--time-cond <date expression>
              (HTTP/FTP) Request a file that has been modified later than the given time and date, or one that has been modi‐
              fied before that time. The date expression can be all sorts of date strings or if it doesn't match any internal
              ones, it tries to get the time from a given file name instead! See the curl_getdate(3) man pages for date
              expression details.

The wording "it tries to get the time from a given file name instead!" can lead users in thinking it tries to somehow parse the filename for a date expression (like news_2012_03_05.html). It never mentions that it actually reads the mtime of the file in filesystem.(which is great!)

So I suggest the following:

       -z/--time-cond <date expression>|<file>
              (HTTP/FTP) Request a file that has been modified later than the given time and date, or one that has been modi‐
              fied before that time. The <date expression> can be all sorts of date strings or if it doesn't match any internal
              ones, it is taken as a filename and tries to get the modified time (mtime) from <file> instead. See the
              curl_getdate(3) man pages for date expression details.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3510490&group_id=976
Received on 2012-03-23

These mail archives are generated by hypermail.

donate! Page updated January 05, 2012.
web site info

File upload with ASP.NET