← 返回命令列表

Linux command

rtorrent 命令

文件

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

常用示例

Start rtorrent

rtorrent [path/to/file.torrent]

Start a download

Ctrl+s

Stop a download

Ctrl+d

View details

Right Arrow

Close

Ctrl+q

Set a download directory

rtorrent -d [path/to/download/directory]

说明

rtorrent is a text-based BitTorrent client that runs in the terminal. It provides torrent downloading with a curses-based interface for monitoring and managing downloads. Use keyboard shortcuts to control downloads: Ctrl+s to start, Ctrl+d to stop or remove (press twice to delete with data), and Ctrl+q to quit safely. Press the right arrow key to view detailed information about a selected torrent, and left arrow to return to the main view.

参数

-d _directory_
Set the default download directory.
-n
Do not load the ~/.rtorrent.rc configuration file on startup.
-o _key=value_
Set a configuration option directly from the command line.
-s _directory_
Session directory for saving torrent state between restarts.

FAQ

What is the rtorrent command used for?

rtorrent is a text-based BitTorrent client that runs in the terminal. It provides torrent downloading with a curses-based interface for monitoring and managing downloads. Use keyboard shortcuts to control downloads: Ctrl+s to start, Ctrl+d to stop or remove (press twice to delete with data), and Ctrl+q to quit safely. Press the right arrow key to view detailed information about a selected torrent, and left arrow to return to the main view.

How do I run a basic rtorrent example?

Run `rtorrent [path/to/file.torrent]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d _directory_ do in rtorrent?

Set the default download directory.