2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
2016-11-14 06:40:12 +08:00
|
|
|
Short: #
|
|
|
|
Long: progress-bar
|
2016-11-28 08:01:13 +08:00
|
|
|
Help: Display transfer progress as a bar
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: verbose
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: -# -O $URL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 5.10
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: styled-output
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-14 06:40:12 +08:00
|
|
|
---
|
|
|
|
Make curl display transfer progress as a simple progress bar instead of the
|
|
|
|
standard, more informational, meter.
|
|
|
|
|
|
|
|
This progress bar draws a single line of '#' characters across the screen and
|
|
|
|
shows a percentage if the transfer size is known. For transfers without a
|
2018-01-31 06:46:09 +08:00
|
|
|
known size, there will be space ship (-=o=-) that moves back and forth but
|
2018-02-24 07:29:01 +08:00
|
|
|
only while data is being transferred, with a set of flying hash sign symbols on
|
2018-01-31 06:46:09 +08:00
|
|
|
top.
|
2021-07-28 23:41:05 +08:00
|
|
|
|
|
|
|
This option is global and does not need to be specified for each use of
|
|
|
|
--next.
|