qbt server settings speed - fedarovich/qbittorrent-cli GitHub Wiki
Manages speed limits.
qbt server settings speed [options]
Option | Description |
---|---|
--download <SPEED> -d <SPEED>
|
Download speed limit (bytes/s). Pass 0 to disable the limit. |
--upload <SPEED> -u <SPEED>
|
Upload speed limit (bytes/s). Pass 0 to disable the limit. |
--alt-download <SPEED> -D <SPEED>
|
Alternative download speed limit (bytes/s). Pass 0 to disable the limit. |
--alt-upload <SPEED> -U <SPEED>
|
Alternative upload speed limit (bytes/s). Pass 0 to disable the limit. |
--enable-scheduler <BOOL> -s <BOOL>
|
Apply alternative limits with scheduler |
--from <TIME> -f <TIME>
|
Apply alternative limits from time. Use either your local format or HH:mm |
--to <TIME> -t <TIME>
|
Apply alternative limits to time. Use either your local format or HH:mm |
--day <DAY> -S <DAY>
|
Apply alternative limits on day (Every | Weekday | Weekend | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday) |
--limit-utp <BOOL> -m <BOOL>
|
Apply rate limit to uTP protocol |
--limit-tcp <BOOL> -o <BOOL>
|
Apply rate limit to TCP overhead |
--limit-lan <BOOL> -l <BOOL>
|
Apply rate limit to peers on LAN |
--format <OBJECT_FORMAT> -F <OBJECT_FORMAT>
|
Output format: list | csv | json | property |
--url <SERVER_URL>
|
QBittorrent Server URL |
--username <USERNAME>
|
User name |
--password <PASSWORD>
|
User password |
--ask-for-password |
Ask the user to enter a password in a secure way. |
--help -h -?
|
Show help information |
Run this command without options too see the current settings.
See https://github.com/fedarovich/qbittorrent-cli/wiki/Output-Formats for more information about output formats.