A Rust-powered file upload server with Cloudflare Tunnel integration for instant external access
https://{hash}.drcv.app
← Your instant shareable upload URL
Chunk-based uploads with automatic resume on connection loss. Never lose progress again.
Zero-config external access via secure Cloudflare tunnels. No port forwarding needed.
Live upload progress monitoring with Server-Sent Events for instant updates.
IP-based isolation, heartbeat monitoring, and automatic cleanup of stale connections.
Native support for macOS, Linux, and Windows with consistent performance.
Built with Rust for maximum performance and minimal resource usage.
Simple drag-and-drop interface with real-time progress tracking
Real-time monitoring of active uploads and client connections
# Install DRCV from crates.io
cargo install drcv
# Install cloudflared (macOS)
brew install cloudflared
# Authenticate with Cloudflare
cloudflared tunnel login
# Basic usage
drcv
# With custom settings
drcv --upload-port 9000 --max-file-size 10GiB
# From source (alternative)
git clone https://github.com/lqez/drcv.git
cd drcv && cargo run