1劲件、從服務(wù)器下載文件
scp username@servername:/remote_path/filename ~/local_destination
2肖粮、上傳本地文件到服務(wù)器
scp ~/local_path/local_filename username@servername:/remote_path
3橄妆、從服務(wù)器下載整個(gè)目錄
scp -r username@servername:/remote_path/remote_dir/ ~/local_destination
4、上傳目錄到服務(wù)器
scp -r ~/local_dir username@servername:/remote_path/remote_dir