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.SetOptionFTPResponseTimeout
Sets the timeout for FTP responses.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionFTPResponseTimeout"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | The timeout value in seconds. | 60 |
Result
Returns "OK" on success.
Description
Sets the timeout for FTP responses.Sets timeout period (in seconds) on the amount of time that the server is allowed to take in order to generate a response message for a command before the session is considered hung.
While curl is waiting for a response, this value overrides CURL.SetOptionTimeOut. It is recommended that if used in conjunction with CURL.SetOptionTimeOut, you set CURL.SetOptionFTPResponseTimeout to a value smaller than CURL.SetOptionTimeOut.
See also FTP_RESPONSE_TIMEOUT option in CURL manual.
See also
Created 18th August 2014, last changed 18th August 2014
CURL.SetOptionFTPPort - CURL.SetOptionFTPSSLAuth
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins