How to Copy Files To/From Your iPhone

While you can use your iPod as a portable hard disk, Apple does not allow you to transfer files to/from your iPhone. Although there are several apps that allows you to copy files, they are no free solutions. If you have jailbroken your iPhone, you can customize it to connect to the desktop and copy files to/from your iPhone.
For those who have not jailbreak their iPhone, here is a tutorial on jailbreaking your iPhone the easy way.
For Mac users:
In Mac, you can make use of AFP to access iPhone/iPod Touch via the Finder.
To do this, you have to first install Netatalk via Cydia.
On your jailbroken iPhone, go to Cydia. At the bottom, go to Sections. Navigate to Networking -> Netatalk. Click install on the top-right corner of the screen.
Once you have installed Netatalk, on your Mac desktop, open up Finder, you should find your iPhone entry on the left pane, under the ‘Shared‘ section. Click on it. You should see a blank screen with a ‘Connect As‘ on top of the screen.

Click on the ‘Connect As‘ and enter the following:
Name: mobile
Password: alpine

For some reason that you can’t find the entry in the Shared section, you can go to Go -> Connect to Server. Under the server address field, enter afp://your-iphone-ip-address. Mine is 192.168.0.102, so I entered afp://192.168.0.102. (You can find your iPhone IP address on Settings->Wi-Fi->Your network connection)

The Connecting to Server window should open up, and then ask for your user name and password.
Fill in the above login credential.
That’s it! You can now access the iPhone straight from Finder!
Most of your personal files will be in private/var/root/Library or private/var/root/Media. And of course installing applications is as easy as dragging the .app into your /Applications folder!
For Windows users:
iPhoneBrowser is a windows based file browser for your iPhone. It features drag and drop uploading to our phone, automatic and manual backups of files on your phone, previews of text and picture files and very cool icons.
Download SetupiPhoneBrowser.1.7.exe from http://code.google.com/p/iphonebrowser/downloads/list
Run the installer on your Windows XP (May not work well on Vista).
Upgrade your iTunes to 7.7.1 (it works on iTunes 7.7 as well).
Open the iPhoneBrowser and connect your iPhone to the computer via the USB cable. The iPhoneBrowser should detect the iPhone and show the file structure on its screen.

You can now drag and drop files to the iPhone.
For Linux users or any other platforms:
In any platforms, as long as you have a FTP program, you can easily transfer files to/from the iPhone via OpenSSH.
On you iPhone, go to Cydia. Tap on Section on the bottom pane and scroll to Networking->OpenSSH. Tap on the Install button to install it.
On your desktop, open up your FTP program (it doesn’t matter which one you use. For me, I used Filezilla because it is free and easy to use).
On Filezilla, go to File->Site Manager
On the left, click New Site
Rename the site to ‘iPhone‘
On the right, enter the following:
Host: Your iPhone IP address
Servertype: SFTP – SSH File Transfer Protocol
Logontype: Normal
User: root
Password: alpine
Click ‘Connect‘

You will be shown a confirmation message asking if you will accept key exchange / connection with the device with the iPhone’s address. You’ll need to click OK for it to connect.

Connected mode:

Once connected, you will see the familiar Explorer-like navigation structure. Simply drag and drop the files to and forth the iPhone.
Tags: copy files, iPhone, iPod Touch, portable hard disk
Enjoyed the article? Subscribe to Make Tech Easier today to get your daily updates of technology tutorials, tips and tricks.




1 pingback/trackback (Click to open)
- BrotherSoft Editor's Blog » Blog Archive » How to Copy Files To/From Your iPhone
[Click to close]5 Responses
Hi… I am using a jailbroken ipod touch 2nd generation, and a Mac. Everything went quite well (jailbreaking with redsn0w), but after having installed Netatalk, my ipod doesn’t appear on my Mac’s Finder, in the section Shared… What do you think…?
Thanks! – Tom
Reply
Damien Reply:
June 20th, 2009 at 9:33 am
Few questions:
1) Is your iPhone connected to the Web? If yes, is it connected to the same network as your Mac?
2) Did you enter the correct login username and password? I am not sure if the username and password have changed for iPod 2G as I do not have a unit to test on.
Reply
Works great thanks!!!
Reply
All of this works…except I have no permissions to change the files on the iPhone. I can browse just fine, even play files from the iPhone. But I have no write permissions at all, even in Terminal. I tried to change the permissions in Terminal using sudo chmod and that fails too (no error, but the perms don’t change; they stay at 555). Are you sure this method works with iPhone OS 3.0? Any chance that Apple has locked down the filesystem in this newer version? Perhaps NetAtalk is not fully 3.0 compatible?
Reply
Followup: I *was* able to write files using OpenSSH and SFTP. So I recommend that method for any iPhone 3.0 users. Hope this helps!
Reply