A simple web app to effortlessly transfer files between multiple devices. This web application allows users to select and upload files, manage uploaded files (download, delete).
- Start the webserver:
cargo run
- Connect other devices to the same wifi
- Get the local ip address of the device running the server and then open
<local ip address>:8888
on other device(s) - Select a File
- Upload the File
- Manage Files: Users can:
- Download a file by clicking the "Download" button next to the file.
- Delete a file by clicking the "Delete" button, which removes the file from the server.