ffclient - FuckingFast.co Download Client
A fast and efficient command-line client for downloading files from FuckingFast.co with multi-download support, written in Go.

Features
- Multi-file download support (parallel)
- Simple and fast
- Cross-platform (Windows, Linux, macOS)
Installation
Pre-built Binaries
Download the latest release for your platform from the Releases page.
From Source
- Ensure you have Go (≥1.20) installed
- Run:
go install github.com/FirasSharp/ffclient@latest
Usage
ffclient [flags]
Flags
Flag |
Description |
Default Value |
--savePath |
Destination directory for downloaded files |
Current directory |
--inputFile |
Text file containing URLs to download (one fuckingfast.co URL per line) |
"" |
--links |
Comma-separated fuckingfast.co URLs |
"" |
Examples
-
Download single file:
ffclient --links "https://fuckingfast.co/file1"
-
Download multiple files:
ffclient --links "https://fuckingfast.co/file1,https://fuckingfast.co/file2"
-
Download files from a text file:
ffclient --inputFile downloads.txt --savePath ~/Downloads/fast_files
The input file should contain one FuckingFast.co URL per line:
https://fuckingfast.co/file1
https://fuckingfast.co/file2
https://fuckingfast.co/file3
License
MIT - See LICENSE for more information.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.