Categorygithub.com/chneau/serve
modulepackage
0.0.0-20230303100624-0a1446f3e841
Repository: https://github.com/chneau/serve.git
Documentation: pkg.go.dev

# 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")

# Functions

No description provided by the author