22 lines
413 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Short: Z
Long: parallel
Help: Perform transfers in parallel
Added: 7.66.0
Category: connection curl
Multi: boolean
Scope: global
2024-05-15 15:20:32 -04:00
See-also:
- next
- verbose
Example:
- --parallel $URL -o file1 $URL -o file2
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--parallel`
2023-12-11 20:30:44 -05:00
Makes curl perform its transfers in parallel as compared to the regular serial
manner.