saldl

Fast parallel CLI downloader with resume and early preview support

brewmacoslinux
Try with needOr install directly
Source

About

CLI downloader optimized for speed and early preview

Commands

saldl

Examples

download large file faster with multiple connections$ saldl https://example.com/largefile.zip
resume incomplete download$ saldl --resume https://example.com/largefile.zip
download file with specific number of parallel connections$ saldl --chunks 8 https://example.com/largefile.iso
preview file content before completing download$ saldl --early-preview https://example.com/archive.tar.gz
save download with custom output filename$ saldl --output myfile.bin https://example.com/data.bin