Showing posts with label ssh. Show all posts
Showing posts with label ssh. Show all posts

Saturday, September 8, 2012

Transferring file using SCP

To transfer file using SCP, use the following command:
scp <file> <user>@<ip or hostname>:<remote destination path>
Example:
avp@avp:~$ scp hello-rpi pi@192.168.1.116:/home/pi