📜  ssh 替换文件树莓派 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:08.155000             🧑  作者: Mango

代码示例1
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 pi@192.168.1.3: