Simple Web-App for sharing files between devices implemented using Flask within same local network.
- Multiple Files upload with progress bar.
- Selected Files to be listed in 'Downloads' page so that can be downloaded.
- QR code implementation to access the app url for devices.
Note: If prompted by the firewall, make sure to allow this app access to the URL so that you can access it from other devices within the same local network.
1. Navigate to the app directory within the project folder, and in the command line, execute the filefile_transfer_server.py
code using either python or python3.
2. Copy second URL generated in the logs and paste it into the browser of the other device with
which you want to exchange files.