Want to share a large number of files over the local network? Use UPLOAD
.
Upload creates a private server onto your local/home network. Which means you can share files within your network easily, faster, privately and much more securely.
There are no limits.
You can also customize your server webpage if you know little bit of HTML and CSS. Don't wary if you don't know. You can just start the server using following commands.
To run
- git clone https://github.com/Yoshibansal/Upload.git
- cd <PATH>
- python3 -m venv venv
- venv\Scripts\activate
- pip install -r requirements.txt
- flask run --host=0.0.0.0
OR
- python3 app.py
##TO-DO - Loading animation