| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Why is curl_easy_perform() outputting "1" to the console?
From: <danielkun_at_iremo.com>
Date: Thu, 01 Nov 2007 20:32:15 -0700
Hello,
This may be a rather easy question but I can't seem to figure it out.
(I'm running it on debian linux and I'll include current code just in
Thank you,
void
fp = fopen(CONF_PATH, "r");
if (NULL == fp){
curl = curl_easy_init();
sprintf(URL, "http://%s/pf/configManager.php?tid=%s&mode=save", cmdSvr,
curl_easy_setopt(curl, CURLOPT_URL, URL);
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info