Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
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 /tmp/uploads
Usage
# install dependencies
uv sync --no-install-project
# run in debug mode
uv run python -m dumb_file_drop
# prod
uv run gunicorn -w 4 -k uvicorn.workers.UvicornWorker -b "0.0.0.0" 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!
Release files for dumb-file-drop 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dumb_file_drop-0.1.1.tar.gz | 17.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dumb_file_drop-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:35.0 kB
Release files / dumb_file_drop-0.1.1.tar.gz
| Download URL | dumb_file_drop-0.1.1.tar.gz |
|---|---|
| Size | 17.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
86a5cd9ffd3df4d811812353ce11a8fc8100339420556810d8515282d92468ba
|
|
BLAKE2b-256 checksum How to use checksums |
b7a3cfa7c4cf790a5de0ccd49ec9bbd4f397c28159d5893c3f0caf7130bc90c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.8
|
Release files / dumb_file_drop-0.1.1-py3-none-any.whl
| Download URL | dumb_file_drop-0.1.1-py3-none-any.whl |
|---|---|
| Size | 18.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
71554ed06866cefe3bdb5f1f4831332949b0dd48f08c2670982d7cf789001304
|
|
BLAKE2b-256 checksum How to use checksums |
96eaae579665175564f00f26c3300011e9ad79dcad2365b8647dda7c5bf38c66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.8
|