Search found 2 matches

by ggtor
Wed Jun 16, 2021 11:54 am
Forum: General
Topic: Why can't download the torrent?
Replies: 0
Views: 52862

Why can't download the torrent?

All steps are reproducible,please try as what i describe and join in the discussion.
Download tool to create torrent with command line.

sudo apt install mktorrent

Create a directory `mytest` and get a sample file from web.

mkdir mytest
cd mytest
url="https://downloads.openwrt.org/releases/19 ...
by ggtor
Wed Jun 16, 2021 2:48 am
Forum: Support
Topic: Why can't download the torrent?
Replies: 0
Views: 43606

Why can't download the torrent?

Prepare for create torrent:
mkdir mytest
cd mytest
url="https://downloads.openwrt.org/releases/19.07.7/targets/x86/64/openwrt-19.07.7-x86-64-vmlinuz"
wget $url
ls
openwrt-19.07.7-x86-64-vmlinuz

I create the torrent for file openwrt-19.07.7-x86-64-vmlinuz with mktorrent
mktorrent -a http://open ...