Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 download

USAGE:
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 command

GLOBAL OPTIONS:
--help, -h show help (default: false)
--port value, -p value (default: "8888")
```