mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:47:16 +03:00
file: add support for CURLOPT_TIMECONDITION
This commit is contained in:
parent
99dcb11ed8
commit
b89122a2bf
3 changed files with 12 additions and 5 deletions
|
|
@ -1648,8 +1648,8 @@ given limit. This concerns both FTP and HTTP transfers.
|
|||
.IP CURLOPT_TIMECONDITION
|
||||
Pass a long as parameter. This defines how the \fICURLOPT_TIMEVALUE\fP time
|
||||
value is treated. You can set this parameter to \fICURL_TIMECOND_IFMODSINCE\fP
|
||||
or \fICURL_TIMECOND_IFUNMODSINCE\fP. This feature applies to HTTP, FTP, and
|
||||
RTSP.
|
||||
or \fICURL_TIMECOND_IFUNMODSINCE\fP. This feature applies to HTTP, FTP, RTSP,
|
||||
and FILE.
|
||||
|
||||
The last modification time of a file is not always known and in such instances
|
||||
this feature will have no effect even if the given time condition would not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue