pgollangi/fastget

View on GitHub
docs/fastget.md

Summary

Maintainability
Test Coverage
## fastget

A fastget CLI Tool

### Synopsis

fastget is an open source CLI tool to ultrafast download files over HTTP(s).

```
fastget $fileURL [flags]
```

### Examples

```
$ fastget https://file.example.com // Basic Usage
$ fastget http://speedtest.tele2.net/10MB.zip -H "Authorization: Basic ASYFASUF" // Custom Header
$ fastget http://speedtest.tele2.net/10MB.zip -w 6 // Increased no. of workers
$ fastget -v

```

### Options

```
  -d, --debug                show debug information
  -H, --header stringArray   output file to be written
  -h, --help                 help for fastget
  -o, --output string        output file to be written (default ".")
  -v, --version              show fastget version information
  -w, --workers int          use <n> parellel threads (default 3)
```

###### Auto generated by spf13/cobra on 23-Jan-2024