Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solkin/simple-file-server

Extremely simple Web file server with Web interface similar to Apache server
https://github.com/solkin/simple-file-server

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Simple File Server
Extremely simple and lightweight Web file server with Web interface similar to Apache server

![media/browser.png](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= -dir=
```