Skip to content

j-jzk/lanshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LANShare

A program to quickly & easily share files on the LAN. Running LANShare starts a web server which you can open and download files from (upload is also available).

Example

Running lanshare -u and opening localhost:8080 gives the following result:

Screenshot of LANShare

Usage

lanshare [-u] [-host <ip>] [-p <port>] | [-h|-help]
  -h|-help	  display help
  -host <ip>  the host to listen on (IP address) (default "0.0.0.0")
  -p <port>   the port to listen on (default 8080)
  -u        	whether to allow uploads (default false)