Resume Downloads
WarpDL automatically saves download progress, allowing you to resume interrupted transfers.
List Incomplete Downloads
Section titled “List Incomplete Downloads”warpdl list -p # Show pending/incomplete downloadsResume a Download
Section titled “Resume a Download”warpdl resume <hash>The hash is shown in the list output.
Resume Options
Section titled “Resume Options”# Adjust segment count (default: 200)warpdl resume -s 100 <hash>
# Set connection limit (default: 24)warpdl resume -x 16 <hash>
# Set timeout in seconds (default: 30)warpdl resume -t 60 <hash>
# Set max retry attempts (default: 5)warpdl resume --max-retries 10 <hash>
# Set retry delay in milliseconds (default: 500)warpdl resume --retry-delay 1000 <hash>State Persistence
Section titled “State Persistence”Download state is stored in:
~/.config/warpdl/userdata.warp- Download metadata~/.config/warpdl/dldata/- Partial segment data
Clearing History
Section titled “Clearing History”# Clear completed downloadswarpdl flush
# Force clear specific downloadwarpdl flush -f -i <hash>