blob: 7bdd1b8f47cbc2ea9b9ff1c12b841535ee8886eb [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: parallel-max
4Arg: <num>
5Help: Maximum concurrency for parallel transfers
6Added: 7.66.0
7See-also: parallel
8Category: connection curl
9Example: --parallel-max 100 -Z $URL ftp://example.com/
10Multi: single
11---
12When asked to do parallel transfers, using --parallel, this option controls
13the maximum amount of transfers to do simultaneously.
14
15This option is global and does not need to be specified for each use of
16--next.
17
18The default is 50.