https://github.com/pkgforge-security/fget
Multithread download for a list of files [Maintainer=@Azathothas]
https://github.com/pkgforge-security/fget
Last synced: about 1 year ago
JSON representation
Multithread download for a list of files [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge-security/fget
- Owner: pkgforge-security
- License: mit
- Created: 2025-03-06T02:12:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T02:18:31.000Z (about 1 year ago)
- Last Synced: 2025-03-06T03:24:44.356Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ℹ️ About
This is a fork of [bp0lr/fget](https://github.com/bp0lr/fget) with some improvements
### 🖳 Installation
Use [soar](https://github.com/pkgforge/soar) & Run:
```bash
soar add 'fget#github.com.pkgforge-security.fget'
```
### 🧰 Usage
```mathematica
❯ fget --help
Usage of fget:
-f, --follow-redirect Follow redirects (Default: false)
-H, --header stringArray Add custom Headers to the request
--no-folders Don't store results on separate folders
-o, --output string Save to folder. Default: create results folder which will include a folder for each target
-p, --proxy string Add a HTTP proxy
-r, --random-agent Set a random User Agent
-t, --timeout int connection timeout (default 20)
--unique Use a unique name for each file
-u, --url string The url to check
-v, --verbose Display extra info about what is going on
-w, --workers int Number of workers (default 20)
```