Linux command
deluge 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch Deluge
deluge
Add a torrent file
deluge [file.torrent]
Add torrent
deluge "[magnet:?xt=urn:btih:...]"
Start in specific
deluge -u [gtk]
Connect to remote
deluge -a -c [~/.config/deluge]
说明
deluge is a lightweight, cross-platform BitTorrent client known for its plugin architecture and multiple interface options. This command launches the GTK graphical interface for managing torrent downloads. Deluge operates with a daemon/client architecture, allowing the download daemon (deluged) to run independently while clients connect locally or remotely. The GTK client provides a full-featured interface for adding torrents, managing downloads, and configuring settings. The client supports features like bandwidth scheduling, per-torrent settings, peer exchange, magnet URIs, and encryption. Its plugin system extends functionality with features like labels, notifications, and web seeds.
参数
- -u, --ui _UI_
- User interface: gtk, web, console.
- -c, --config _DIR_
- Configuration directory.
- -l, --logfile _FILE_
- Output log to file.
- -L, --loglevel _LEVEL_
- Logging level: none, error, warning, info, debug.
- -a, --auto-add
- Auto-add torrents from watch directory.
- --help
- Display help information.
FAQ
What is the deluge command used for?
deluge is a lightweight, cross-platform BitTorrent client known for its plugin architecture and multiple interface options. This command launches the GTK graphical interface for managing torrent downloads. Deluge operates with a daemon/client architecture, allowing the download daemon (deluged) to run independently while clients connect locally or remotely. The GTK client provides a full-featured interface for adding torrents, managing downloads, and configuring settings. The client supports features like bandwidth scheduling, per-torrent settings, peer exchange, magnet URIs, and encryption. Its plugin system extends functionality with features like labels, notifications, and web seeds.
How do I run a basic deluge example?
Run `deluge` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -u, --ui _UI_ do in deluge?
User interface: gtk, web, console.