Skip to main content

A simple webserver-based drop box which allows file uploads. Good for quickly sharing files on your local network.

Project description

dumb-file-drop

Python 3.9+ License: GPL v3

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


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 hashes)

Uploaded Source

Built Distribution

dumb_file_drop-0.1.0-py3-none-any.whl (17.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page