search for: mapcurloptnames

Displaying 1 result from an estimated 1 matches for "mapcurloptnames".

2008 Aug 27
1
RCurl: using netrc with curlPerform
...getCurlHandle(netrc=1) curlPerform("http://www.omegahat.org/RCurl/testPassword/index.html", curl=handle) # Failed attempt using ... construct curlPerform("http://www.omegahat.org/RCurl/testPassword/index.html", netrc=1) Common error message for all failed attempts: Error in mapCurlOptNames(names(.els), asNames = TRUE) : Unrecognized CURL options: Valid curl option names are listed by typing listCurlOptions() and netrc is one of the options. The mapCurlOptNames code is not available for the user to view so I'm not able to deduce anything more from the error message. Thanks...