Skip to content

FirasSharp/ffclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Go Version License

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

  1. Ensure you have Go (≥1.20) installed
  2. 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

  1. Download single file:

    ffclient --links "https://fuckingfast.co/file1"
  2. Download multiple files:

    ffclient --links "https://fuckingfast.co/file1,https://fuckingfast.co/file2"
  3. Download files from a text file:

    ffclient --inputFile downloads.txt --savePath ~/Downloads/fast_files

Input File Format

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.

About

A command-line interface (CLI) tool designed for concurrent (MULTI) downloads from https://fuckingfast.co/.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages