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.SetOptionAppend
Whether to append file instead of overwriting it.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
(old name: CURL.SetOptionFTPAppend)
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | Whether to append. | 1 |
Result
Returns "OK" on success.
Description
Whether to append file instead of overwriting it.A parameter set to 1 tells the library to append to the remote file instead of overwrite it. This is only useful when uploading to an FTP site.
See also APPEND option in CURL manual.
Examples
Turns append on:
MBS( "CURL.SetOptionAppend"; $curl; 1 )
Turns append off:
MBS( "CURL.SetOptionAppend"; $curl; 0 )
See also
Created 18th August 2014, last changed 8th December 2016
CURL.SetOptionAddressScope - CURL.SetOptionAutoReferer
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins