https://github.com/bouni/flaskdrop
A small http file drop server
https://github.com/bouni/flaskdrop
dropzone filedrop flask server
Last synced: 4 months ago
JSON representation
A small http file drop server
- Host: GitHub
- URL: https://github.com/bouni/flaskdrop
- Owner: Bouni
- Created: 2022-03-31T12:29:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T12:29:22.000Z (about 4 years ago)
- Last Synced: 2025-08-09T20:45:34.683Z (11 months ago)
- Topics: dropzone, filedrop, flask, server
- Language: Python
- Homepage: https://pypi.org/project/flaskdrop/
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlaskDrop
A small http file drop server.
# Why?
I was looking for a easy way to transfer files from my phone to a computer and found dozens of similar prjects but non has fit my needs.
# How
```
# Install flaskdrop
pip install flaskdrop
# cd into the folder where you want the files to be dropped
cd /home/me/upload
# start flaskdrop
python -m flaskdrop
# You shoud see the debug output of the flask dev server that tells you which IP:port you need to access from you mobile phones browser
# Something like Running on http://192.168.33.148:5000/ (Press CTRL+C to quit)
```