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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.SetOptionFileTime
Whether to query file time.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionFileTime"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | Whether to query file time. | 1 |
Result
Returns "OK" on success.
Description
Whether to query file time.Pass a number. If it is 1, libcurl will attempt to get the modification date of the remote document in this operation. This requires that the remote server sends the time or replies to a time querying command. The CURL.GetFileTime function can be used after a transfer to extract the received time (if any).
See also FILETIME option in CURL manual.
See also
- CURL.GetFileTime
- CURL.SetOptionCRLFile
- CURL.SetOptionInFileSize
- CURL.SetOptionMailFrom
- CURL.SetOptionMaxFileSize
- CURL.SetOptionPipeWait
- CURL.SetOptionTimeOut
- CURL.SetOptionTimeValue
- CURL.SetOptionUserName
Example Databases
Created 18th August 2014, last changed 18th August 2014
CURL.SetOptionFileOnlyMode - CURL.SetOptionFollowLocation
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos