parallel-max.d 428 B

123456789101112131415
  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. This option is global and does not need to be specified for each use of
  12. --next.
  13. The default is 50.