A simple filesharing server for sharing files between different devices over a shared network written in Rust.
- Install Rust (if not already installed): Visit rustup.rs
- Clone and run:
git clone <repository-url> cd localshare cargo run
- Access the server: Open
http://localhost:4000in your browser - Share with other devices: Scan the QR code or use the displayed IP address (e.g.,
http://192.108.1.100:4000)
The server will automatically create an uploads/ folder where all shared files are saved. Both devices must be connected to the same WiFi network for file sharing to work.

