Skip to content

qbt server settings downloads

Pavel Fedarovich edited this page Aug 25, 2019 · 8 revisions

Command Reference

qbt server settings downloads

Manages folders and options for downloads.

Usage:

qbt server settings downloads [options]

Options

Option Description
--save-folder <PATH>
-s <PATH>
Default folder for downloaded files.
--temp-folder <PATH>
-t <PATH>
Folder for incomplete files.
--temp-folder-enabled <BOOL>
-T <BOOL>
Enable/disable folder for incomplete files.
--preallocate <BOOL>
-p <BOOL>
Preallocate disk space for files.
--append-extension <BOOL>
-x <BOOL>
Append .!bq extension to incomplete files.
--export-folder <PATH>
-e <PATH>
Folder to copy .torrent files to.
--finished-folder <PATH>
-f <PATH>
Folder to copy finished .torrent files to.
--autorun-program <CMD>
-a <CMD>
Path to the program to run for the complete torrent and its parameters.
--autorun-enabled <BOOL>
-A <BOOL>
Enable/disables running external program for the complete torrent.
--create-subfolder <BOOL>
-S <BOOL>
Create subfolder for multi-file torrents
--add-paused <BOOL>
-P <BOOL>
Add new torrents in paused state
--delete-torrent-file <VALUE>
-d <VALUE>
Delete .torrent files after added (Never | IfAdded | Always)
--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

Details

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.

Clone this wiki locally