A single-binary HTTP static-file server with a basic upload feature built with Warp.
This is not a secure and hardened server, it's only meant to be a quick and dirty static file server. If you need something robust I suggest Nginx.
- Single binary
- Small
- Efficient
- Async
- Can upload
USAGE
uplist [PORT [MAX_UPLOAD]]
DESCRIPTION
Simple HTTP-based file upload service.
OPTIONS
PORT
Port to listen on. Defaults to 8000
MAX_UPLOAD
Maximum file upload size in bytes. Defaults to 500MB
Get Rust if you haven't already, then run
cargo build --release