scp
依赖ssh协议,实现从哟个linux系统拷贝到另一个linux系统
格式
scp -P port localPath user@IP:targetPath
# 如果拷贝的是文件则需要传递 -r参数
# 通过 : 来进行远程目录选定