-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

transmission-create


> A CLI utility to create BitTorrent .torrent files.

More information.


Create a torrent with 2048 KB as the piece size:

transmission-create -o {path/to/example.torrent} --tracker {tracker_announce_url} --piecesize {2048} {path/to/file_or_directory}

Create a private torrent with a 2048 KB piece size:

transmission-create -p -o {path/to/example.torrent} --tracker {tracker_announce_url} --piecesize {2048} {path/to/file_or_directory}

Create a torrent with a comment:

transmission-create -o {path/to/example.torrent} --tracker {tracker_url1} -c {comment} {path/to/file_or_directory}

Create a torrent with multiple trackers:

transmission-create -o {path/to/example.torrent} --tracker {tracker_url1} --tracker {tracker_url2} {path/to/file_or_directory}

Show help page:

transmission-create --help


> 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 13:58:02 2024