在Linux系统中,你可以使用transmission-daemon或qBittorrent等BT客户端来添加和管理种子文件
方法一:使用transmission-daemon
sudo apt update sudo apt install transmission-daemon sudo systemctl stop transmission-daemon sudo nano /etc/transmission-daemon/settings.json { "rpc-authentication-required": false, "rpc-whitelist-enabled": false, "rpc-bind-address": "0.0.0.0", "rpc-port": 9091, "rpc-user": "admin", "rpc-password": "your_password" } sudo systemctl start transmission-daemon 使用浏览器访问http://localhost:9091/transmission/rpc,使用刚刚设置的rpc-user和rpc-password登录。
在Web界面中,点击"添加种子"按钮,选择你的种子文件(.torrent),然后点击"打开"。
方法二:使用qBittorrent
sudo apt update sudo apt install qbittorrent qbittorrent 在qBittorrent界面中,点击左上角的"+“号,然后选择"添加种子”。
选择你的种子文件(.torrent),然后点击"打开"。
现在你已经成功添加了种子文件,可以在qBittorrent或transmission-daemon的Web界面中下载和管理文件了。