在 vps 上部署p2p下载客户端

有一台吃灰vps,准备用来作下载机。

准备

  1. 一个vps
    系统:CentOS Linux release 7.7.1908 (Core)
  2. 一个种子
    https://torrent.fedoraproject.org/torrents/Fedora-Workstation-Live-x86_64-31.torrent

尝试的第一个客户端是 transmission-cli

安装

sudo dnf install transmission-cli

使用

下载一个文件验证是否可用
transmission-cli https://torrent.fedoraproject.org/torrents/Fedora-Workstation-Live-x86_64-31.torrent
使用 ctrl-c 可以中断下载,再次执行时有断点续传。

你可能感兴趣的:(在 vps 上部署p2p下载客户端)