引自:http://www.javashuo.com/article/p-vqqxwgxq-dv.htmlhtml
輸入:scp /home/helpteach/project/mallupload/1509681299449.png root@10.127.40.25:/home/test服務器
而後拍回車鍵就能夠看到文件正在傳輸了,等再出現鼠標一閃一閃說明已經傳輸完畢了,給你們拆解一下語句ssh
對拷文件夾 (包括文件夾自己)htm
scp -r /home/helpteach/project/mallupload/ root@10.127.40.25:/home/testblog
對拷文件夾下全部文件 (不包括文件夾自己)get
scp /home/helpteach/project/mallupload/* root@10.127.40.25:/home/testtest
對拷文件並重命名gc
scp /home/helpteach/project/mallupload/1509681299449.png root@10.127.40.25:/home/test/test.png命名
/home/helpteach/project/mallupload/1509681299449.png:要傳輸的文件文件
root:目標服務器ssh帳號名
@後面:目標服務器的IP地址
:後面:要傳輸到目標服務器的文件保存目錄