Forrest logo
back to context overview

transmission-create

List of commands for transmission-create:

  • transmission-create:tldr:0e6e8 transmission-create: Create a torrent with 2048 KB as the piece size.
    $ transmission-create -o ${path-to-example-torrent} --tracker ${tracker_announce_url} --piecesize ${2048} ${filename_or_directory}
    try on your machine
    explain this command
  • transmission-create:tldr:187fa transmission-create: Create a torrent with multiple trackers.
    $ transmission-create -o ${path-to-example-torrent} --tracker ${tracker_url1} --tracker ${tracker_url2} ${filename_or_directory}
    try on your machine
    explain this command
  • transmission-create:tldr:be37e transmission-create: Create a private torrent with a 2048 KB piece size.
    $ transmission-create -p -o ${path-to-example-torrent} --tracker ${tracker_announce_url} --piecesize ${2048} ${filename_or_directory}
    try on your machine
    explain this command
  • transmission-create:tldr:e0f14 transmission-create: Show help page.
    $ transmission-create --help
    try on your machine
    explain this command
  • transmission-create:tldr:ff344 transmission-create: Create a torrent with a comment.
    $ transmission-create -o ${path-to-example-torrent} --tracker ${tracker_url1} -c ${comment} ${filename_or_directory}
    try on your machine
    explain this command
back to context overview