On Tue Dec 07 01:24:53 2010, blue wrote:
Show quoted text> curl requires '--output -' or '-o -' to indicate the response should be
> piped to STDOUT.
>
> if you have a .curlrc config file with 'remote-name-all' and
> 'remote-header-name' it will fail because it writes the output to a
> local file instead.
I just got bit by this as well. Calling curl with '-q' should solve this:
-q If used as the first parameter on the command line, the
curlrc
config file will not be read and used. See the
-K/--config for
details on the default config file search path.