/serving

Easy Server

Primary LanguageGoApache License 2.0Apache-2.0

Serving

Serving is the easiest way to serve files on web.

Build Status

How to install

go get github.com/filipenos/serving

How to use

serving -port=<port> -dir=<path to download> -upload=<path to save files>

where

  • port = Number of port to usage
  • dir = Path to serve a files
  • upload = Path to save files uploaded