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.SetOptionTimeOut
Sets the maximum time in seconds that you allow the transfer operation to take.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionTimeOut"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | Timeout it seconds. | 60 |
Result
Returns "OK" on success.
Description
Sets the maximum time in seconds that you allow the transfer operation to take.Normally, name lookups can take a considerable time and limiting operations to less than a few minutes risk aborting perfectly normal operations. This option will cause curl to use the SIGALRM to enable time-outing system calls.
See also TIMEOUT option in CURL manual.
Examples
Sets timeout to one minute:
MBS( "CURL.SetOptionTimeOut"; $curl; 60 )
See also
- CURL.SetOptionConnectionTimeout
- CURL.SetOptionFTPResponseTimeout
- CURL.SetOptionGet
- CURL.SetOptionHTTPAuth
- CURL.SetOptionMailAuth
- CURL.SetOptionPipeWait
- CURL.SetOptionPut
- CURL.SetOptionSSLCert
- CURL.SetOptionTimeoutMS
- CURL.SetOptionTimeValue
Blog Entries
- Using Apple's Global Service Exchange web service in FileMaker
- Using Apple's Global Service Exchange web service in FileMaker
- Translate PHP script with CURL to FileMaker Script
Created 18th August 2014, last changed 8th December 2016
CURL.SetOptionTimeCondition - CURL.SetOptionTimeValue
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins