HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rtorrent — Download torrents. More information: <https://github.com/rakshasa/rtorrent/wiki/User-Guide#adding-an

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpscommandrtorrentcliinformationdownloadtorrentsmore
linux

Problem

How to use the rtorrent command: Download torrents. More information: <https://github.com/rakshasa/rtorrent/wiki/User-Guide#adding-and-removing-torrents>.

Solution

rtorrent — Download torrents. More information: <https://github.com/rakshasa/rtorrent/wiki/User-Guide#adding-and-removing-torrents>.

Add a torrent file or magnet to be downloaded:
rtorrent {{torrent_or_magnet}}


Start the download:
<Ctrl s>


View details about downloading torrent:
<ArrowRight>


Close rtorrent safely:
<Ctrl q>

Code Snippets

Add a torrent file or magnet to be downloaded

rtorrent {{torrent_or_magnet}}

Start the download

<Ctrl s>

View details about downloading torrent

<ArrowRight>

Close rtorrent safely

<Ctrl q>

Context

tldr-pages: linux/rtorrent

Revisions (0)

No revisions yet.