3.66. Options not implemented
[<<<] [>>>]
- CURLOPT_STDERR is used in the CURL library to specify an alternate strean instead of stderr
for erro output. This is not supported by the ScriptBasic interface.
- CURLOPT_PROGRESSFUNCTION is used in conjunction with CURLOPT_PROGRESSDATA to specify a progress
function that CURLIB library calls from time to time to allow progress indication for the user. This is
not implemented in the ScriptBasic interface.
- CURLOPT_PASSWDFUNCTION is used along with the option CURLOPT_PASSWDDATA to specify a function
that returns the password for connections that need password, but no password is specified. This is not
implemented in ScriptBasic.
[<<<] [>>>]