Answers for "ssh replace file raspberry pi"

0

ssh replace file raspberry pi

Copy the file myfile.txt from your computer to the pi
user's home folder of your Raspberry Pi at the IP address 
192.168.1.3 with the following command:

scp myfile.txt [email protected]:
Posted by: Guest on March-04-2021

Browse Popular Code Answers by Language