Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

CURL.SetOptionTimeCondition

Sets the time

Component Version macOS Windows Linux Server iOS SDK
CURL 2.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.SetOptionTimeCondition"; curl; Value )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl
Value The time condition. Pass 0 for none, 1 for If Modified since, 2 for If not modified since. 2

Result

Returns "OK" on success.

Description

Sets the time
Pass a number as parameter. This defines how the CURL.SetOptionTimeValue time value is treated. You can set this parameter to CURL_TIMECOND_IFMODSINCE (1) or CURL_TIMECOND_IFUNMODSINCE (2). 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 have been met. CURL.GetCondititionUnmet can be used after a transfer to learn if a zero-byte successful "transfer" was due to this condition not matching.

See also TIMECONDITION option in CURL manual.

See also

Blog Entries

Created 18th August 2014, last changed 18th August 2014


CURL.SetOptionTelnetOptions - CURL.SetOptionTimeOut

💬 Ask a question or report a problem