Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/solkin/simple-file-server
- Owner: solkin
- License: mit
- Created: 2022-09-04T17:23:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T17:45:08.000Z (about 2 years ago)
- Last Synced: 2024-06-17T17:59:43.545Z (5 months ago)
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - solkin/simple-file-server - Extremely simple Web file server with Web interface similar to Apache server (Go)
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=
```