Skip to content

ramintkml/AirBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📡 AirBridge - Wireless File Transfer

Transfer files between your laptop and iPhone wirelessly over your local Wi-Fi network.

Quick Start

  1. Double-click launch.bat to start the server
  2. The server will show your local IP address (e.g., http://192.168.1.5:8080)
  3. Open Safari on your iPhone and enter that URL
  4. Upload, download, and manage files from either device!

Requirements

  • Python 3.6+ installed and in your PATH
  • Both devices on the same Wi-Fi network

Features

  • 📤 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

Folder Structure

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

Troubleshooting

  • 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 = 8080 in server.py to use a different port

About

An easy way to tranfer files between windows and Iphone wirelessly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors