April 2017
Beginner to intermediate
312 pages
7h 23m
English
In a Mac/Linux OS environment, the scp command could be used to transfer files to/from Raspberry Pi. For example, a file could transferred to the Raspberry Pi using the following syntax:
scp <filename> pi@<IP address>:<destination> scp my_file pi@192.168.1.2:/home/pi/Documents
A file could be transferred from the Raspberry Pi as follows:
scp pi@<IP address>:<file location> <local destination> scp pi@192.168.1.2:/home/pi/Documents/myfile Documents
Read now
Unlock full access