Single File Web Downloader

Top-level Files of trunk
Login

Files in the top-level directory from the latest check-in of branch trunk


Scc Count Badge Donate

sfd

An Single File (Web) Downloader.

Features

Building

fossil clone https://code.rosaelefanten.org/sfd

or

git clone https://github.com/dertuxmalwieder/sfd

then (if applicable) go to the source directory, then

go build

Usage

Assuming there is a manual page with shiny pictures on example.com/shiny-manual.htm which you want to download into the current directory:

sfd -url "https://example.com/shiny-manual.htm" -target .

-target defaults to your home directory.