filipenos / serving

Easy Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Easy Server

License:Apache License 2.0


Languages

Language:Go 100.0%