curl-users
Re: Error code 9009 from CLI
Date: Fri, 15 Feb 2013 10:38:04 +1100
Windows 7 Enterprise - the return code from running curl.exe - it's not an
actual message, just the result of the ERRORLEVEL directive:
"curl.exe" -silent -x %PROXYINFO% -m 300 -O %TESTURL%
echo Download #!ITERATION! completed or timed-out at %TIME% >> "log.txt"
if %ERRORLEVEL% NEQ 0 echo ERROR - curl returned error code %ERRORLEVEL%
Cheers
James
On 11 February 2013 18:16, Dan Fandrich <dan_at_coneharvesters.com> wrote:
> On Mon, Feb 11, 2013 at 11:26:28AM +1100, James Briggs wrote:
> > I can't find any reference to this error code in the curl documentation.
> Can
> > anyone shed some light? Cheers > James
>
> What platform is this, and what is the exact error message you're seeing?
> The
> curl tool only returns error codes <100 (documented in libcurl-errors(3)).
> But,
> it does display some of the error codes of its underlying libraries; those
> error codes you'd have to look up in the documentation of that library.
>
> >>> Dan
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-users
> FAQ: http://curl.haxx.se/docs/faq.html
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-02-15