环境:
内网了两台cenots7主机
scp [参数] [原路径] [目标路径]
scp -P 22022 /home/file.war root@192.168.253.172:/home/test
以上是将本机home目录下的file.war文件远程拷贝到IP为192.168.253.172,端口为22022的机器上的/home/test目录下。
posted on 2020-11-30 22:40 广州街头烂仔 阅读(1098) 评论(0) 编辑 收藏 举报