Usage
Basic
ffd <URL>Download multiple files:
ffd <URL1> <URL2> <URL3>Commands
proxy
Start the ffd forward proxy.
ffd proxyupdate
Update ffd to the latest version.
ffd updateOptions
| Option | Short | Description | Default |
|---|---|---|---|
| --output NAME | -o | Custom output filename | — |
| --wait SECONDS | -w | Wait before downloading | — |
| --path PATH | -p | Output directory | . |
| --max-retries NUMBER | -r | Maximum retries | 4 |
| --max-workers NUMBER | -W | Maximum concurrent workers | 8 |
| --max-chunks NUMBER | -c | Maximum download chunks | 12 |
| --protocol PROTOCOL | — | HTTP protocol to use | auto |
| --help | -h | Show help | — |
| --version | -v | Show version | — |
Examples
Custom filename:
ffd <URL> -o my-file.zipCustom download directory:
ffd <URL> -p ~/DownloadsMore workers and chunks:
ffd <URL> -W 16 -c 20Force HTTP/2:
ffd <URL> --protocol http2Wait before downloading:
ffd <URL> -w 10Increase retries:
ffd <URL> -r 10For more details about ffd's architecture and internals, see the project documentation.