Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 709 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 709 Bytes

Easy Server

Easy Server is the easiest way to serve files

Build Status Codeship Status for filipenos/easy-server

How to install

go get github.com/filipenos/easy-server

How to use

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

where

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