Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chneau/serve
A VERY simple http server with basic auth as default
https://github.com/chneau/serve
go static-server
Last synced: about 6 hours ago
JSON representation
A VERY simple http server with basic auth as default
- Host: GitHub
- URL: https://github.com/chneau/serve
- Owner: chneau
- License: mit
- Created: 2018-04-09T12:58:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T11:47:09.000Z (over 1 year ago)
- Last Synced: 2024-06-20T05:01:36.399Z (5 months ago)
- Topics: go, static-server
- Language: Go
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serve
A simple static file server, to download or upload.
### Install
```
go install github.com/chneau/serve@latest
```### Usage
```
NAME:
serve - serve a file for direct downloadUSAGE:
serve.exe [global options] command [command options] [path]COMMANDS:
send, s send a folder using `serve receive`
receive, r send a folder
web, w web server to download or upload files
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--help, -h show help (default: false)
--port value, -p value (default: "8888")
```