1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: parallel-max 5Arg: <num> 6Help: Maximum concurrency for parallel transfers 7Added: 7.66.0 8Category: connection curl global 9Multi: single 10Scope: global 11See-also: 12 - parallel 13Example: 14 - --parallel-max 100 -Z $URL ftp://example.com/ 15--- 16 17# `--parallel-max` 18 19When asked to do parallel transfers, using --parallel, this option controls 20the maximum amount of transfers to do simultaneously. 21 22The default is 50. 300 is the largest supported value. 23