scp?[-1246BCpqrv]?[-c?cipher]?[-F?ssh_config]?[-i?identity_file]?[-l?limit]?[-o?ssh_option]?[-P?port]?[-S?program]?[[user@]host1:]file1?...?[[user@]host2:]file2
DESCRIPTION :scp?copies?files?between?hosts?on?a?network. ?
利用scp傳輸文件
? 1戈稿、從服務(wù)器下載文件
? scp username@servername:/path/filename /tmp/local_destination
? 例如scp codinglog@192.168.0.101:/home/kimi/test.txt? 把192.168.0.101上的/home/kimi/test.txt
? 的文件下載到?/tmp/local_destination
? ?2讨越、上傳本地文件到服務(wù)器
? scp /path/local_filename username@servername:/path ?
? 例如scp /var/www/test.php? codinglog@192.168.0.101:/var/www/? 把本機/var/www/目錄下的test.php文件
? 上傳到192.168.0.101這臺服務(wù)器上的/var/www/目錄中
? 3与殃、從服務(wù)器下載整個目錄
????? scp -r username@servername:remote_dir/ /tmp/local_dir?
??? 例如:scp -r codinglog@192.168.0.101 /home/kimi/test ?/tmp/local_dir
? 4、上傳目錄到服務(wù)器
????? scp? -r /tmp/local_dir username@servername:remote_dir
????? 例如:
????? scp -P 22 -r test????? codinglog@192.168.0.101:/var/www/?? 把當(dāng)前目錄下的test目錄上傳到服務(wù)器
????? 的/var/www/ 目錄
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
作者:?zhaofeng555
來源:cnblogs
鏈接:https://www.cnblogs.com/zhaofeng555/p/8075279.html
著作權(quán)歸作者所有赞厕,任何形式的轉(zhuǎn)載都請聯(lián)系作者獲得授權(quán)并注明出處。
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~