A simple webserver-based drop box which allows file uploads. Good for quickly sharing files on your local network.
Project description
dumb-file-drop
Simple webserver which allows files to be uploaded to it. Good for quickly sharing files on your local network.
Files will be uploaded to ./uploads
Install
pip install dumb-file-drop
Run
# invoking this module directly, runs in debug mode
python -m dumb_file_drop
# prod
gunicorn -b "0.0.0.0" -w 4 -k uvicorn.workers.UvicornWorker dumb_file_drop.__main__:app
Endpoint: localhost:8000
⚠️ Do not use this on public/untrusted networks! There's no built-in authentication, so anybody could upload files to your computer!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dumb-file-drop-0.1.0.tar.gz
(17.2 kB
view details)
Built Distribution
File details
Details for the file dumb-file-drop-0.1.0.tar.gz
.
File metadata
- Download URL: dumb-file-drop-0.1.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2daeb14a05f803ee730a9e6692b0732ea519568e54c10de49e21eb116b59f0fa |
|
MD5 | 6aef76fe9798c3ddfa1f833ecb658880 |
|
BLAKE2b-256 | 442d0fe02dbea3aab01078b8ff014f4d31bfff8595ee2bc08651b81b74171da4 |
File details
Details for the file dumb_file_drop-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: dumb_file_drop-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82bf8dba8cf2edea58769c468102ee8ab8a3bfd3da61c30c864a076e4dee2937 |
|
MD5 | 280e796eb58b3fe74ee6d3a562e7d024 |
|
BLAKE2b-256 | 67189aa0ca7ea73e42f70df79c868d00a522268863edd5e035fc64b36b18045d |