Skip to content
/ srv Public

The Simplest Static Fileserver

Notifications You must be signed in to change notification settings

sgen/srv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

srv

The Simplest Static Fileserver

srv is the simplest fileserver I could imagine.

Usage

Serve the current working directory on :8000:

srv

Serve a directory on :8000:

srv -dir 'files'

Serve a directory on a specified port:

srv -dir 'files' -addr ':8001'

About

The Simplest Static Fileserver

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages