Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-jzk/lanshare

Quickly share files on the LAN
https://github.com/j-jzk/lanshare

file-sharing ftp lan

Last synced: 25 days ago
JSON representation

Quickly share files on the LAN

Awesome Lists containing this project

README

        

# 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](screenshot.png)

## Usage
```
lanshare [-u] [-p ] | [-h|-help]
-h|-help display help
-p the port to listen on (default 8080)
-u whether to allow uploads (default false)
```