pluto
pluto copied to clipboard
A CLI tool and Library for lightning fast downloads.
Pluto latest version is faulty, only download 1 connection. **Eror:** if !p.MetaData.MultipartSupported { p.connections = 1 fmt.Printf("Downloading %s(%s) with %d connection\n", p.MetaData.Name, humanize.Bytes(p.MetaData.Size), p.connections) } else { p.connections = 1...
When the size shrinks from: `21.60% - 315 MiB/1.4 GiB - 832 KiB/s` to `21.61% - 315 MiB/1.4 GiB - 80 KiB/ss` it adds a extra trailing `s` at the...
If you stop pluto via Ctrl+c when it hasn't downloaded any data yet it would stuck in a constant loop of outputting stats and the only way so kill it...
This feature has to be added in the CLI application. If an error occurs or user chooses to cancel the active download, It'll create a file with some extension(You can...