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).
Running lanshare -u
and opening localhost:8080
gives the following result:
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)