I have several .py
and .jpg
files on my Raspberry Pi that I'd like to copy to my Mac. Is there anyway to do it directly from the SD card or with a USB stick?
I prefer to not download any additional software.
I've tried similar steps to those indicated here. I've also tried to connect the SD card directly to the computer but I can't seem to find the files on it.
/home/pi
. While on the Pi, who are you logged in as, and where do the files appear? Go into that directory, and do apwd
on the command line. Put the SD into the Mac, browse to the SD card, then follow the path down to wherepwd
showed you where the files are. – stevieb Feb 22 '17 at 00:40