Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mecaneer23/local-file-server
This is a simple local file server, written with Flask.
https://github.com/mecaneer23/local-file-server
file-server file-upload flask flask-file-server local local-server local-upload-server python qr-code
Last synced: about 2 months ago
JSON representation
This is a simple local file server, written with Flask.
- Host: GitHub
- URL: https://github.com/mecaneer23/local-file-server
- Owner: mecaneer23
- License: mit
- Created: 2023-12-17T20:32:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T15:22:25.000Z (5 months ago)
- Last Synced: 2024-08-16T16:55:03.187Z (5 months ago)
- Topics: file-server, file-upload, flask, flask-file-server, local, local-server, local-upload-server, python, qr-code
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Local Upload Server
This is a simple local file server, written with Flask.
## Screenshots
![computer screenshot](/static/computer.png)
![iphone screenshot](/static/iphone1.png)
![iphone screenshot](/static/iphone2.png)## Installation
```bash
git clone https://github.com/mecaneer23/local-upload-server/
cd local-upload-server
pip install -r requirements.txt
```## Running
```bash
python3 server.py
```## Usage
1. Open this webpage on all devices.
2. Upload file(s) using the form.
3. Download file(s) onto other device(s) from the list.