Advertisement
Motoo

mktorrent guide usage

May 11th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Usage: mktorrent [OPTIONS] <target directory or filename>
  2.  
  3. Options:
  4. -a, --announce=<url>[,<url>]* : specify the full announce URLs
  5. at least one is required
  6. additional -a adds backup trackers
  7. -c, --comment=<comment> : add a comment to the metainfo
  8. -d, --no-date : don't write the creation date
  9. -h, --help : show this help screen
  10. -l, --piece-length=<n> : set the piece length to 2^n bytes,
  11. default is 18, that is 2^18 = 256kb
  12. -n, --name=<name> : set the name of the torrent
  13. default is the basename of the target
  14. -o, --output=<filename> : set the path and filename of the created file
  15. default is <name>.torrent
  16. -p, --private : set the private flag
  17. -t, --threads=<n> : use <n> threads for calculating hashes
  18. default is 2
  19. -v, --verbose : be verbose
  20. -w, --web-seed=<url>[,<url>]* : add web seed URLs
  21. additional -w adds more URLs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement