Command-line utility to download a file in parallel
This project is a CLI (inspired by wget
) that downloads a file in parallel by leveraging
HTTP range requests.
A binary can be built by running go build
, with the Go compiler installed.
The CLI can be used as follows:
pget [-c 10] [-v] https://url.to/file
c
is the number of chunks to split the file into
v
activates verbose mode and outputs debug logs