码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 的 scp 命令详解

时间:2019-01-09 15:05:52      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:before   wmi   for   strong   复制   nim   file   div   详解   

从本地Linux复制文件到远程另一台Linux上:

比如将本地Linux的aa.txt文件复制到远程192.168.118.129机器的Linux的/home/www/file目录下
scp  ./aa.txt  root@192.168.118.129:/home/www/file

 

从远程Linux复制文件到本地Linux上:

比如将远程192.168.118.129机器的Linux的/home/www/file目录下的aa.txt文件或所有文件复制到本地Linux的/home/myfile/目录下
scp root@192.168.118.129:/home/www/file/aa.txt  /home/myfile/ 
scp -r root@192.168.118.129:/home/www/file/  /home/myfile/

 

Linux 的 scp 命令详解

标签:before   wmi   for   strong   复制   nim   file   div   详解   

原文地址:https://www.cnblogs.com/bjpowernodejava/p/10244193.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!