How can I transfer large files from Linux to iPad over a cable or wifi?

Solution 1:

Look at the iOS app GoodReader. GoodReader is a $5 app that allows you to transfer files from Windows, Mac OS X & Linux via WiFi to your iPad, iPhone, or iPod Touch. You can then open the files in other apps based on the filetype.

Solution 2:

Simply install VLC app from the app store and use its wifi transfer feature (in the sidebar of vlc app) to transfer videos(in all formats recognizable by vlc) into your vlc library....

UPDATE: This method not only works for audio/video formats but pretty much all file formats. Ofcourse, VLC won't show these files but one could access them using any decent File manager app such as Document.

Solution 3:

Yes! You can transfer files to / from the iPad from Ubuntu via USB.

  1. You can always transfer files via SSH / a Samba share / etc.

  2. However that would be over Wifi, which is nowhere near as fast as USB connectivity.

  3. Via USB you can only access /var/root/Media on the ipad. Useful to put movies onto it - you will need to find a way to make these visible within iPad - I think you need to create some playlist?

    • I use FileBrowser on the iPad and since my iPad is jailbroken, I ssh in and mv the transferred files from /var/root/Media to /var/mobile/Applications/[app-ID]/.data/Movies/. It is then visible within FileBrowser and Movies can be played there.

Steps

Install additional PPA repository

sudo add-apt-repository ppa:pmcenery/ppa
sudo apt-get update

Install libimobiledevice-utils

sudo apt-get install libimobiledevice-utils

Plug in the iPad / iPod / iPhone. It is visible as a removable drive!