parallel.d 320 B

123456789101112
  1. Short: Z
  2. Long: parallel
  3. Help: Perform transfers in parallel
  4. Added: 7.66.0
  5. Category: connection curl
  6. Example: --parallel $URL -o file1 $URL -o file2
  7. ---
  8. Makes curl perform its transfers in parallel as compared to the regular serial
  9. manner.
  10. This option is global and does not need to be specified for each use of
  11. --next.