You need to have iTunes installed on your PC.
First, download the Windows release files from the following GitHub repository:
This repository contains tools to facilitate communication between your PC and iPhone.
Use the iproxy.exe
included in the downloaded files to forward your PC’s local port 8080 to your iPhone’s port 80.
Example command:
./iproxy.exe -l 8080 80
This command makes your PC’s localhost:8080
redirect to your iPhone’s port 80, which is typically used for web servers.
On your iPhone, install the following app from the App Store:
This app includes a web server feature that allows your iPhone’s files to be accessed over HTTP.
Open a web browser on your PC and navigate to http://localhost:8080
.
Thanks to the port forwarding via iproxy.exe
, this connects to the web server running on your iPhone, allowing you to browse and manage files on the device.
By following these steps, you can securely and directly browse your iPhone’s files from your PC. Let me know if you need further details or help.