ED Nurse
Posts: 11
Joined: Tue Mar 06, 2012 10:11 am

Transferring files from rasp pi to iPad

Wed Aug 14, 2013 6:21 pm

I would like to transfer some jpeg files from Raspberry Pi to iPad, what do I need to do? I know the Ethernet address for the raspberry.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Transferring files from rasp pi to iPad

Wed Aug 14, 2013 6:37 pm

Do you know your way around in the commandline ?
Copy all photos to a directory , then cd into it.

If don't know how to do that , copy all to your Home directory
and then open a LXTerminal and issue

Code: Select all

python -m SimpleHTTPServer 8080
Connect via Safari to http://Insert_IP_of_the_Pi_here:8080
after it. You should be able to download the pictures.


ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Return to “Networking and servers”