On Jul 19, 2010 at 11:56 AM, Randy Zauhar wrote: > If I use a browser, I can readily pull a file > When using libcurl I receive a 404 message > why am I having to take this route?
Have you tried: curl_easy_setopt(curl_handle, CURLOPT_VERBOSE, 1); to see if it gives you any hints? - Jeff ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
