-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

mktorrent


> A CLI utility to create BitTorrent metainfo files.

More information.


Create a torrent with 2^21 KB as the piece size:

mktorrent -a {tracker_announce_url} -l {21} -o {path/to/example.torrent} {path/to/file_or_directory}

Create a private torrent with a 2^21 KB piece size:

mktorrent -p -a {tracker_announce_url} -l {21} -o {path/to/example.torrent} {path/to/file_or_directory}

Create a torrent with a comment:

mktorrent -c "{comment}" -a {tracker_announce_url} -l {21} -o {path/to/example.torrent} {path/to/file_or_directory}

Create a torrent with multiple trackers:

mktorrent -a {tracker_announce_url,tracker_announce_url_2} -l {21} -o {path/to/example.torrent} {path/to/file_or_directory}

Create a torrent with web seed URLs:

mktorrent -a {tracker_announce_url} -w {web_seed_url} -l {21} -o {path/to/example.torrent} {path/to/file_or_directory}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 19:44:59 2024