Problem Statement
Large files take a lot of time to download. This cli tool downloads the file faster by breaking the file down to parts and then using multiple threads to download each part.
Features
> Customisable to choose the number of threads
> Progress bar for each part
> Intermediary temp files to resume downloads in case of failures
Tech Stack
Golang
Source Code

You may also like

Back to Top