Forrest logo
back to context overview

mktorrent

List of commands for mktorrent:

  • mktorrent:tldr:3653d mktorrent: Create a torrent with 2^21 KB as the piece size.
    $ mktorrent -a ${tracker_announce_url} -l ${21} -o ${path-to-example-torrent} ${filename_or_directory}
    try on your machine
    explain this command
  • mktorrent:tldr:706f7 mktorrent: Create a torrent with web seed URLs.
    $ mktorrent -a ${tracker_announce_url} -w ${web_seed_url} -l ${21} -o ${path-to-example-torrent} ${filename_or_directory}
    try on your machine
    explain this command
  • mktorrent:tldr:86a47 mktorrent: Create a torrent with a comment.
    $ mktorrent -c "${comment}" -a ${tracker_announce_url} -l ${21} -o ${path-to-example-torrent} ${filename_or_directory}
    try on your machine
    explain this command
  • mktorrent:tldr:b70b1 mktorrent: Create a private torrent with a 2^21 KB piece size.
    $ mktorrent -p -a ${tracker_announce_url} -l ${21} -o ${path-to-example-torrent} ${filename_or_directory}
    try on your machine
    explain this command
back to context overview