blob: 83c5cc5bde1ac2b82d68a8072dc15c6482e6d6eb [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
3Short: Z
4Long: parallel
5Help: Perform transfers in parallel
6Added: 7.66.0
7Category: connection curl
8Example: --parallel $URL -o file1 $URL -o file2
9See-also: next verbose
10Multi: boolean
11---
12Makes curl perform its transfers in parallel as compared to the regular serial
13manner.
14
15This option is global and does not need to be specified for each use of
16--next.