| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
RE: Eliminating progress bar from scripts
From: <Jim.Young_at_cerner.com>
Date: Wed, 17 Feb 2010 07:22:23 -0800
>I have few scripts that are using 'curl' to retrieve output files. I'm trying to find the best way to control the progress messages that are filling my log files. The >major issue is that the when the log file is reviewed, the progress bar statements are messing the viewer (e.g., the CR characters etc).
>From the manual, it looks as there are two options to disable the progress bar.
>1. Send both stdout and stderr to the same place.
>None of those options is working for my scripts. Option #1 does not work because the scripts are using '-o output' to specify the location of the curl output, >and the person who monitor the log file expect to see any error message to stderr. This is especially true with some large files, in which there might be a >problem during the transfer, which may generate both error message and output data. Sending both together will make it hard (or impossible) to separate the >two.
>Option #2 is not good, since it also shutdown important error messages.
>Does anyone know of a way to just disable the progress bar, while keeping all the other error reporting enabled ?
The man page says that the -S/--show-error option will include the error messages in the output.
----------------------------------------------------------------------
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info