#scp -P22 /home/test.txt root@192.168.1.1:/home/ 本地文件test.txt 复制到远程服务器 #scp -P22 root@192.168.1.11:/home/test.txt /home/ 远程文件text.txt复制到本地home目录 ps: -P22 : 指定ssh的端口号,不加此选项默认是22
本文出自 “汜水流年_” 博客,请务必保留此出处http://timefiles.blog.51cto.com/8475652/1884172
原文地址:http://timefiles.blog.51cto.com/8475652/1884172