8000 GitHub - howeyc/servedir: Serve the current directory over HTTP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

howeyc/servedir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

servedir

A Go Language program that serves the current directory over HTTP

Installation

go get github.com/howeyc/servedir

Running

Run the executable and it will serve the current working directory on port 8080.

Command line flags are available to change the port and to listen on localhost only.

Why

The extremely basic file http.FileServer and http.Dir do not sort the directory listing and there is no file size information displayed in the listing.

About

Serve the current directory over HTTP

Resources

License

Stars

Watchers

Forks

31B4

Releases

No releases published

Packages

No packages published

Languages

0