On 19 July 2010 19:34, Jeff Pohlmeyer <[email protected]> wrote: > 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?
Also check your web server access.log and error.log after trying to retrieve the file using a browser and libcurl. -- Michael Wood <[email protected]> ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
