CLI Reference
The dlman CLI provides full command-line access to DLMan's download engine. It shares the same core library (dlman-core) as the desktop app.
Installation
Loading...
Basic Usage
Loading...
Advanced Usage
Queue management, batch imports, and URL probing:
Loading...
Download Management
dlman add <URL>— Add a new downloaddlman list— List all downloadsdlman info <ID>— Show download detailsdlman pause <ID>— Pause a downloaddlman resume <ID>— Resume a downloaddlman cancel <ID>— Cancel a downloaddlman delete <ID>— Delete a download
Options
-o, --output <PATH>— Save location-q, --queue <QUEUE_ID>— Add to specific queue-s, --segments <N>— Number of parallel segments-n, --now— Start immediately--with-file— Delete downloaded file when deleting
Queue Commands
dlman queue list— List all queuesdlman queue create <NAME>— Create a queuedlman queue delete <ID>— Delete a queuedlman queue start <ID>— Start a queuedlman queue stop <ID>— Stop a queue