curl-w32/docs/cmdline-opts/parallel-max.md

564 B

c SPDX-License-Identifier Long Arg Help Added Category Multi See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl parallel-max <num> Maximum concurrency for parallel transfers 7.66.0 connection curl single
parallel
--parallel-max 100 -Z $URL ftp://example.com/

--parallel-max

When asked to do parallel transfers, using --parallel, this option controls the maximum amount of transfers to do simultaneously.

This option is global and does not need to be specified for each use of --next.

The default is 50.