dlrs
is a multi-protocol download tool for the command line. Written in Rust, dlrs
splits your downloads to speed them up where possible.
- Split downloads: dlrs can split your download into multiple segments that are then pulled in parallel, dramatically speeding them up for hosts that limit download speeds per connection. This is the same technique used by tools such as IDM and XDM.
- Use multiple hosts: Downloading a file hosted by multiple speed-limiting hosts? dlrs can download the same file from multiple sources in parallel!
- Multiple protocols: dlrs supports HTTP/HTTPS and FTP/SFTP.
- Lightweight: Written in Rust, dlrs comes packaged in a single binary at __ MB.
- Remote Control (planned ) RPC interface to control a dlrs daemon. Can be used for remote automation and building graphical interfaces on top of dlrs.
While automated builds are planned, dlrs
can be installed with cargo on any machine:
cargo install dlrs
dlrs -s 2 https://example.org/some-linux.iso
Download file with 2 splits.
The diagram describes most working parts of dlrs
. It's close to what you'll find on reading the code.
The project is licensed under the MIT license.
Both issues and pull requests are accepted. I welcome contributors to take a dig at making my terrible code less terrible. 🐙