1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 09:46:12 +02:00
tldr/pages/common/transmission-show.md

18 lines
468 B
Markdown
Raw Normal View History

2022-09-12 08:08:29 -04:00
# transmission-show
> Get information about a torrent file.
> See also: `transmission`.
> More information: <https://manned.org/transmission-show>.
- Display metadata for a specific torrent:
`transmission-show {{path/to/file.torrent}}`
- Generate a magnet link for a specific torrent:
`transmission-show --magnet {{path/to/file.torrent}}`
- Query a torrent's trackers and print the current number of peers:
`transmission-show --scrape {{path/to/file.torrent}}`