пробую использовать transmission-cli
1. скачал торрент
Код: Выделить всё
th@debian:~$ ls
debian-9.9.0-amd64-xfce-CD-1.iso.torrent post~ Документы Изображения Общедоступные Шаблоны
post Видео Загрузки Музыка Рабочий стол
th@debian:~$
Код: Выделить всё
th@debian:~$ transmission-cli debian-9.9.0-amd64-xfce-CD-1.iso.torrent
Код: Выделить всё
th@debian:~$ transmission-cli debian-9.9.0-amd64-xfce-CD-1.iso.torrent
transmission-cli 2.92 (14714)
[2019-05-23 14:13:47.565] Transmission 2.92 (14714) started
[2019-05-23 14:13:47.566] RPC Server: Adding address to whitelist: 127.0.0.1
[2019-05-23 14:13:47.566] Couldn't bind port 51413 on 0.0.0.0: Address already in use (Is another copy of Transmission already running?)
[2019-05-23 14:13:47.566] Couldn't bind port 51413 on ::: Address already in use (Is another copy of Transmission already running?)
[2019-05-23 14:13:47.566] UDP: Couldn't bind IPv4 socket
[2019-05-23 14:13:47.566] DHT: Generating new id
[2019-05-23 14:13:47.615] Saved "/home/th/.config/transmission/torrents/debian-9.9.0-amd64-xfce-CD-1.iso.6296492a4cafc6e3.torrent"
[2019-05-23 14:13:47.898] Port Forwarding (NAT-PMP): initnatpmp succeeded (0)
[2019-05-23 14:13:47.898] Port Forwarding (NAT-PMP): sendpublicaddressrequest succeeded (2)
Progress: 0.0%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s) [None] [2019-05-23 14:13:55.907] Port Forwarding: State changed from "Not forwarded" to "Starting"
[2019-05-23 14:13:56.012] Port Forwarding: State changed from "Starting" to "???"
Progress: 0.0%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s) [None]
Progress: 0.0%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s) [None]
Progress: 0.0%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s) [None]
Progress: 0.0%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s) [None]
конфиг не настроен? по дефолту он такой
Код: Выделить всё
th@debian:~$ cat .config/transmission/settings.json
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0438/",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/home/th/\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0438",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": true,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": false,
"rpc-host-whitelist": "",
"rpc-host-whitelist-enabled": true,
"rpc-password": "{41d3cd01d36961fc1e3d586cb4fb502ba87cb5b6.BTsc/D2",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true
}
th@debian:~$
