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: 5 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T17:45:08.000Z (over 2 years ago)
- Last Synced: 2024-08-02T13:20:04.792Z (9 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
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=
```