CURLcode curl_easy_setopt(CURL *handle, CURLOPT_STDERR, FILE *stream);
重定向stderr到其它流。
传入一个FILE*作为参数。告诉libcurl在显示进度计量以及显示CURLOPT_VERBOSE数据的时候使用这个流而不是stderr。
FILE*
CURLOPT_VERBOSE
stderr。
所有协议。
总是可用。
返回CURLE_OK。
CURLE_OK