赞
踩
可以使用scp
命令,scp
通过扩展cp
的语法,使用ssh
协议来跨系统copy文件
scp username@hostname:/path/to/remote/file /path/to/local/file
scp /path/to/local/file username@hostname:/path/to/remote/file
scp username1@hostname1:/path/to/file username2@hostname2:/path/to/other/file
scp命令参数介绍
https://www.runoob.com/linux/linux-comm-scp.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。