← 返回命令列表

Linux command

intermodal 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Create a torrent file

imdl torrent create --input [path/to/content]

View torrent file info

imdl torrent show [path/to/file.torrent]

Verify torrent content

imdl torrent verify --input [path/to/content] [path/to/file.torrent]

Create with a specific tracker

imdl torrent create --input [path/to/content] --announce [udp://tracker.example.com:6969]

说明

intermodal (binary name imdl) is a user-friendly and featureful command-line BitTorrent metainfo utility. It supports creation, viewing, and verification of .torrent files. The tool handles single-file and multi-file torrents, supports multiple trackers, and can create both v1 and v2 torrent files. imdl provides detailed output including file listings, piece information, tracker URLs, and content hashes, making it useful for torrent creation, inspection, and debugging.

FAQ

What is the intermodal command used for?

intermodal (binary name imdl) is a user-friendly and featureful command-line BitTorrent metainfo utility. It supports creation, viewing, and verification of .torrent files. The tool handles single-file and multi-file torrents, supports multiple trackers, and can create both v1 and v2 torrent files. imdl provides detailed output including file listings, piece information, tracker URLs, and content hashes, making it useful for torrent creation, inspection, and debugging.

How do I run a basic intermodal example?

Run `imdl torrent create --input [path/to/content]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more intermodal examples?

This page includes 4 examples for intermodal, plus related commands for nearby Linux tasks.