speed-limit.d 472 B

123456789101112131415
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: speed-limit
  4. Short: Y
  5. Arg: <speed>
  6. Help: Stop transfers slower than this
  7. Category: connection
  8. Example: --speed-limit 300 --speed-time 10 $URL
  9. Added: 4.7
  10. See-also: speed-time limit-rate max-time
  11. Multi: single
  12. ---
  13. If a transfer is slower than this given speed (in bytes per second) for
  14. speed-time seconds it gets aborted. speed-time is set with --speed-time and is
  15. 30 if not set.