A very simple filesharing server for uploading and sharing files on a (private) network.
# clone the repo into a folder that can be read by all users
git clone https://github.com/robert-blankenship/simple-fileshare/ /home/simple-fileshare
# then, run the installer script
cd /home/simple-fileshare
./install.sh
./simple-fileshare
'simple-fileshare' has very few requirements:
- linux
- systemd
- python2.7 or greater