1 Long: parallel-max 2 Arg: <num> 3 Help: Maximum concurrency for parallel transfers 4 Added: 7.66.0 5 See-also: parallel 6 Category: connection curl 7 Example: --parallel-max 100 -Z $URL ftp://example.com/ 8 --- 9 When asked to do parallel transfers, using --parallel, this option controls 10 the maximum amount of transfers to do simultaneously. 11 12 This option is global and does not need to be specified for each use of 13 --next. 14 15 The default is 50. 16