Cross Platform GUI software to share files in local network or over the internet. The Program acts as an http server. Clients can download the selected files over a web browser.
Written in Rust using Iced.
Upload | Downlaod |
---|---|
- Share files over the local network or over the internet
- Zip folders before sharing (optional)
- Support for multiple themes and languages
cargo run --release
cargo build --profile optimized --features appdata
The feature appdata configures the program to write config files in the appdata folder.