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

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.


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!


For me on Ubuntu 18 all I had to do was install libimobiledevice-utils with

sudo apt-get install libimobiledevice-utils

and then reconnected the iPad, I can now browse my dam file and grab em just like normal folders thats just wonderful!!!