| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
CURL.SetOptionPathAsIs
Set to pass path as it is and do not resolve dots.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| CURL | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.SetOptionPathAsIs"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | The option value. |
Result
Returns OK or error.
Description
Set to pass path as it is and do not resolve dots.Do not squash dot-dot sequences if set to 1.
See also PATH_AS_IS option in CURL manual.
See also
Blog Entries
Created 15th April 2018, last changed 16th April 2018