← 返回命令列表

Linux command

transmission 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start GTK client

transmission-gtk

Start Qt client

transmission-qt

Start daemon

transmission-daemon

Control daemon

transmission-remote

Download torrent

transmission-cli [file.torrent]

Add torrent to daemon

transmission-remote -a [file.torrent]

List torrents

transmission-remote -l

说明

Transmission is a lightweight, cross-platform BitTorrent client known for its simplicity and low resource usage. All of its interface variants — GTK, Qt, web, CLI, and daemon — share the same core backend engine, providing consistent behavior regardless of how the client is accessed. The desktop GUI clients (transmission-gtk and transmission-qt) offer a graphical interface for managing torrents. For headless servers, transmission-daemon runs in the background and can be controlled through a built-in web interface or the transmission-remote command-line tool. The standalone transmission-cli provides simple single-torrent downloading without requiring a daemon. Additional utilities include transmission-create for building new torrent files, transmission-show for inspecting torrent metadata, and transmission-edit for modifying existing torrent files. The suite supports features like peer exchange, DHT, magnet links, encryption, and bandwidth scheduling.

FAQ

What is the transmission command used for?

Transmission is a lightweight, cross-platform BitTorrent client known for its simplicity and low resource usage. All of its interface variants — GTK, Qt, web, CLI, and daemon — share the same core backend engine, providing consistent behavior regardless of how the client is accessed. The desktop GUI clients (transmission-gtk and transmission-qt) offer a graphical interface for managing torrents. For headless servers, transmission-daemon runs in the background and can be controlled through a built-in web interface or the transmission-remote command-line tool. The standalone transmission-cli provides simple single-torrent downloading without requiring a daemon. Additional utilities include transmission-create for building new torrent files, transmission-show for inspecting torrent metadata, and transmission-edit for modifying existing torrent files. The suite supports features like peer exchange, DHT, magnet links, encryption, and bandwidth scheduling.

How do I run a basic transmission example?

Run `transmission-gtk` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more transmission examples?

This page includes 7 examples for transmission, plus related commands for nearby Linux tasks.