Total Pageviews

Saturday 11 January 2020

fileflinger


A simple utility for sharing files over a HTTP server.

Building

go get -u -v github.com/sewh/fileflinger

Usage

% fileflinger -h
Usage of ./fileflinger:
  -help=false: Display fileflinger usage.
  -path=".": The path to the directory to serve.
  -port="6606": The port for the server to listen on.
from https://github.com/sewh/fileflinger