Skip to content

a commandline to make your directory become a static file server

License

Notifications You must be signed in to change notification settings

ejunjsh/httpdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpdir

Build Status

a commandline to make your directory become a static file server

install

#  go get github.com/ejunjsh/httpdir

usage

# httpdir -help
Usage of httpdir:
  -addr string
        listen address (default ":6789")
  -dir string
        directory (default ".")
  -help
        usage

example

# httpdir

then open browser and navigate to http://localhost:6789, you will see your files in the page.

About

a commandline to make your directory become a static file server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages