xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, 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. |