🧱 Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "Remove long command description."

This reverts commit ba6813d88d8ff826c8caa6c606730669abaaff2f.

+1
+1
cmd/chunk/main.go
··· 13 13 var rootCmd = &cobra.Command{ 14 14 Use: "chunk", 15 15 Short: "Download tool for slow and unstable servers", 16 + Long: `The idea of the project emerged as it was difficult for Minha Receita to handle the download of 37 files that adds up to just approx. 5Gb. Most of the download solutions out there (e.g. got) seem to be prepared for downloading large files, not for downloading from slow and unstable servers — which is the case at hand.`, 16 17 Run: func(cmd *cobra.Command, args []string) { 17 18 chunk := chunk.DefaultDownloader() 18 19 chunk.TimeoutPerChunk = timeoutChunk