mirror of
https://github.com/curl/curl.git
synced 2026-04-12 00:11:42 +08:00
After Gmail called out the typo I fixed on
532d89a866, I've decided to paste the
whole man page into Google docs and check what other issues it would
spot.
I know, it sounds silly, but I've just spent the last hour and a half
going over each one of them and fixing everything which was a true
finding and non-controversial.
Closes #17480
916 B
916 B
| c | SPDX-License-Identifier | Short | Long | Help | Added | Category | Multi | Scope | See-also | Example | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | Z | parallel | Perform transfers in parallel | 7.66.0 | connection curl global | boolean | global |
|
|
--parallel
Make curl perform all transfers in parallel as compared to the regular serial manner. Parallel transfer means that curl runs up to N concurrent transfers simultaneously and if there are more than N transfers to handle, it starts new ones when earlier transfers finish.
With parallel transfers, the progress meter output is different from when doing serial transfers, as it then displays the transfer status for multiple transfers in a single line.
The maximum amount of concurrent transfers is set with --parallel-max and it defaults to 50.