Skip to content

Extremely simple Web file server with Web interface similar to Apache server

License

Notifications You must be signed in to change notification settings

solkin/simple-file-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple File Server

Extremely simple and lightweight Web file server with Web interface similar to Apache server

media/browser.png

Build instructions

Requirements:

  • Go 1.11+

Assuming you have it, type:

go build

This will produce simple-file-server executable in the project folder.

Usage

Run server with just two parameters:

./simple-file-server -port=<port, optional, 8080 is default> -dir=<directory to serve>

About

Extremely simple Web file server with Web interface similar to Apache server

Resources

License

Stars

Watchers

Forks