Skip to content

amitsaha/fileserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Start a HTTP server serving the files in a directory

Usage:

$ go run fileserve.go -d <directory> -p <port>

By default, the files in the current directory will be served on port 8080

$ go run fileserve.go 

To specify a different directory and port:

$ go run fileserve.go -d=/tmp -p=9090

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages