Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 501 Bytes

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