You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify the maximum transfer rate you want curl to use. This feature is useful if you have a limited pipe and you'd like your transfer not use your entire bandwidth.
84
-
85
-
The given speed is measured in bytes/second, unless a suffix is appended. Appending 'k' or 'K' will count the number as kilobytes, 'm' or M' makes it megabytes while 'g' or 'G' makes it gigabytes. Examples: 200K, 3m and 1G.
86
-
87
-
If you are also using the -Y/--speed-limit option, that option will take precedence and might cripple the rate-limiting slightly, to help keeping the speed-limit logic working.
88
-
89
-
This option was introduced in curl 7.10.
90
-
91
-
If this option is used several times, the last one will be used.
If a download is slower than speed-limit bytes per second during a speed-time period, the download gets aborted. If speed-time is used, the default speed-limit will be 1 unless set with -y.
107
-
108
-
This option controls transfers and thus will not affect slow connects etc. If this is a concern for you, try the --connect-timeout option.
109
-
110
-
If this option is used several times, the last one will be used.
111
-
112
-
-Y/--speed-limit <speed>
113
-
114
-
If a download is slower than this given speed, in bytes per second, for speed-time seconds it gets aborted. speed-time is set with -Y and is 30 if not set.
115
-
116
-
If this option is used several times, the last one will be used.
0 commit comments