blob: 878ca440df065dad9d6724116873b8a4697b38f6 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: speed-limit
4Short: Y
5Arg: <speed>
6Help: Stop transfers slower than this
7Category: connection
8Example: --speed-limit 300 --speed-time 10 $URL
9Added: 4.7
10See-also: speed-time limit-rate max-time
11Multi: single
12---
13If a transfer is slower than this given speed (in bytes per second) for
14speed-time seconds it gets aborted. speed-time is set with --speed-time and is
1530 if not set.