Transfer files between your laptop and iPhone wirelessly over your local Wi-Fi network.
- Double-click
launch.batto start the server - The server will show your local IP address (e.g.,
http://192.168.1.5:8080) - Open Safari on your iPhone and enter that URL
- Upload, download, and manage files from either device!
- Python 3.6+ installed and in your PATH
- Both devices on the same Wi-Fi network
- 📤 Upload files via drag & drop or file picker
- 📥 Download files directly to your iPhone
- 🗑️ Delete files with confirmation
- 🔄 Auto-refresh file list every 5 seconds
- 📱 Mobile-optimized beautiful dark UI
- ⚡ No dependencies — pure Python, no pip installs needed
file-transfer/
├── launch.bat ← Double-click to start
├── server.py ← Python server
├── index.html ← Web UI
├── shared_files/ ← Your transferred files go here
└── README.md
- Can't connect from iPhone? Make sure both devices are on the same Wi-Fi network
- Firewall blocking? Allow Python through Windows Firewall when prompted
- Port in use? Edit
PORT = 8080inserver.pyto use a different port