Skip to content

keller0/simpleshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleshare

Share texts and files in local network

⚠️ THERE IS NO SECURITY ASSURANCE, PLEASE USE WITH CAUTION.

Build and run

go build -mod vendor

./simpleshare -h

  A Simple http service for share texts and files in local network
built in Go.
  source: https://github.com/keller0/simpleshare

Usage:
  simpleshare [flags]

Examples:
./simpleshare  -a 127.0.0.1 -p 7777 -f tmpFile

Flags:
  -a, --address string   listen address (default "127.0.0.1")
  -f, --folder string    tmp file folder (default "tmpFile")
  -h, --help             help for simpleshare
  -p, --port string      listen port (default "7777")
  -v, --version          version for simpleshare

Web UI

ui

Demonstration

demo-share.mp4