qbt server settings connection - fedarovich/qbittorrent-cli GitHub Wiki
Manages connection settings.
qbt server settings connection [options]
Option | Description |
---|---|
--protocol <PROTOCOL> -b <PROTOCOL>
|
Bittorrent protocol: TCP, uTP, Both |
--listen-port <PORT> -p <PORT>
|
Incoming connections port. |
--random-port <BOOL> -r <BOOL>
|
Use different port on each startup. |
--upnp <BOOL>
|
Use UPnP / NAT-PMP port forwarding. |
--max-connections <INT> -C <INT>
|
Maximal number of connections. Use -1 to disable the limit. |
--max-connections-per-torrent <INT> -c <INT>
|
Maximal number of connections per torrent. Use -1 to disable the limit. |
--max-uploads <INT> -U <INT>
|
Maximal number of upload slots. Use -1 to disable the limit. |
--max-uploads-per-torrent <INT> -u <INT>
|
Maximal number of upload slots per torrent. Use -1 to disable the limit. |
--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.