Quick Start
Download a File
Section titled “Download a File”warpdl https://example.com/file.zipThat’s it! WarpDL will automatically:
- Start the daemon if not running
- Split the download into parallel segments
- Show progress with speed and ETA
Common Options
Section titled “Common Options”# Specify output filenamewarpdl -o myfile.zip https://example.com/file.zip
# Specify download directorywarpdl -l ~/Downloads https://example.com/file.zip
# Use a proxywarpdl --proxy http://proxy:8080 https://example.com/file.zipList Downloads
Section titled “List Downloads”warpdl listResume Interrupted Download
Section titled “Resume Interrupted Download”warpdl resume <hash>Next Steps
Section titled “Next Steps”- CLI Reference - Full command documentation
- Daemon - Understanding the background daemon
- Configuration - Environment variables