platter

module
v0.0.0-...-5fc1723 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2021 License: MIT

README

Platter

Platter

Go Report Card

Create a file server from a directory, fast.

Platter is a simple wrapper around the Go standard library net/http FileServer.

Install

Before installing please have Go installed and $GOPATH/bin in your $PATH. (More info here)

go get github.com/jkulton/platter/cmd/platter

Usage

platter

Once you've installed, just run platter to serve the files in your current directory over HTTP.

Options/Flags

(all options are as their name implies optional)

Flag Default Description
-p 8080 8000 Port to bind to
-d ./files . Local directory of files to serve
-a 192.168.1.2 0.0.0.0 Address to serve on
-auth username:password No default user:pass formatted authorization (for HTTP basic auth)

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL