Ubuntu – Is there BitTorrent software that runs in a terminal

bittorrentcommand linesoftware-recommendation

I want to deploy it on my VPS server to download resources quickly.

This could save me a lot of time since some resources are in a foreign country,

Best Answer

Transmission

The default BitTorrent client of Ubuntu Desktop, Transmission, has a command line interface (which is not installed by default, the package is transmission-daemon). The daemon can be setup so that it may be interacted with through the terminal and through a web interface.

Transmission is a good bittorrent client because:

  • It's lightweight with either interface.
  • It's stable, never had it crashing.
  • It's easy to understand.
  • It has function expected of a modern bittorrent client, e.g. local peer discovery, full encryption, and support for DHT, µTP, PEX and magnet links.

For more info on its features, see this page.