Scroll to navigation

ADSF(1) User Commands ADSF(1)

NAME

adsf - a dead simple fileserver

SYNOPSIS

adsf [options]

DESCRIPTION

adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any directory to serve static files. It can be used programmatically in Rack and other Ruby applications.

Specify the handler to use
Display help
Show version
Specify index filenames (comma-separated)

--index-filenames

Specify suffixes to automatically apply to requests (comma-separated, including dot)

--auto-extensions

Specify the port number to use
Specify the web root to use
Only listen to requests from localhost (short for "-a localhost")
Specify the address to listen to
Reload on changes (requires adsf-live)
January 2025 ruby 1.5.2+dfsg1