PDA

View Full Version : How do I browse the iPhone via USB instead of SSH?




tomass389
Jul 9, 2009, 02:47 PM
My wireless signal is poor and makes SSH a pain, how can I just connect with the dock connector via USB and browse my phone?

From what I understand iphonebrowser is only for windows and transmit and fugu are both wireless like cyberduck i've been using.

thanks



spamdumpster
Jul 9, 2009, 03:05 PM
Try DiskAid

Speedracer04
Jul 9, 2009, 04:05 PM
I would like to know this is well. Trying to SSH with my crappy wireless connection blows. I usually end up tethering it using PDAnet but a usb solution would be nice.

superxero3
Jul 9, 2009, 06:44 PM
i tether over USB with 3.0 and SSH into 192.168.20.1 (the usb interface)

robdam1001
Jul 9, 2009, 08:09 PM
iPhoneBrowser
DiskAid

Acronym
Jul 9, 2009, 08:12 PM
My wireless signal is poor and makes SSH a pain, how can I just connect with the dock connector via USB and browse my phone?

From what I understand iphonebrowser is only for windows and transmit and fugu are both wireless like cyberduck i've been using.

thanks

I would like to know this is well. Trying to SSH with my crappy wireless connection blows. I usually end up tethering it using PDAnet but a usb solution would be nice.

There is a video on YouTube that tells you how to SSH via USB I did it all the time it is so much faster then wifi.

I have the link in another post of mine I'll see if I can get it for you.

TSX
Jul 9, 2009, 08:26 PM
Heres what you need: http://i-funbox.com/

SSH via usb

lawlist
Dec 13, 2010, 08:40 PM
For those users with a Mac computer who are Googling and looking for a method to ssh via usb to a current generation firmware iOS device (e.g., an iPhone 4.1), it is not only possible, but fairly easy to accomplish — you need two files — place tcprelay.py and usbmux.py in the same directory on the Mac (with tcprelay.py being chmod-ed so that it is executable, like 755) — from the terminal window inside the directory containing the two aforementioned files, type: ./tcprelay.py -t 22:2222 &

For non-experts, you can then use a sftp client — the server is localhost, and the port is 2222. For ssh experts who use the terminal, you don’t need my help (I need yours). The files are here:

https://github.com/gilir/usbmuxd-deb...python-client/