centos下 使用scp进行文件传输
scp local-path scp://host[:port]/path
# 举个栗子
# 把本地的/home/www/file.txt传到192.168.2.163的/home/web/temp
# 注意远程主机的路径那里 斜杠有两个
scp /home/www/file.txt scp://192.168.2.163:22//home/web/temp/
centos下 使用scp进行文件传输
scp local-path scp://host[:port]/path
# 举个栗子
# 把本地的/home/www/file.txt传到192.168.2.163的/home/web/temp
# 注意远程主机的路径那里 斜杠有两个
scp /home/www/file.txt scp://192.168.2.163:22//home/web/temp/
本文标题:linux scp 随笔
本文链接:https://www.haomeiwen.com/subject/akmiuctx.html
网友评论