Simple and secure file transfer system between phone and PC in local network. Transfer your files securely with just a scan and click!
- 🔐 Secure access with random generated key
- 📱 Easy mobile access via QR code
- 🗂️ Automatic file zipping with timestamp
- 💫 Beautiful and responsive UI
- 🌐 Works in local network
- Clone repository:
git clone https://github.com/mrzcx8/QuickShare.git
cd file-transfer-system
- Install dependencies:
pip install -r requirements.txt
- Run server:
python File_server.py
- Note the access code shown in terminal
- Scan QR code from your mobile device
- Enter access code to login
- Start transferring files!
-
Python 3.7+
-
Flask
-
qrcode
-
Local network connection
- Run
setup.bat
to install all dependencies - Run
start_server.bat
to start server - Scan generated QR code
- Run
start_server.bat
to start server - Note the Access Code generated in terminal
- Scan generated QR code
- Enter access code on login screen
- Start transfer failed after confirmation
- Random access code generated each session
- Session-based authentication
- Local network only
- Automatic file encryption (zip)
Pull requests are welcome. For major changes, please open an issue first.
Simple and secure file transfer system between phone and PC in local network. Transfer your files securely with just a scan and click!
Created by Mr.Syah (mrzcx8)