linux scp将服务器上的文件下载到本地
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
首先,我的系统是ubuntu系统。
1.scp 将本地文件上传到服务器:
scp 本地路径 你在服务器上的用户名@服务器ip:服务器上的目录
例如:
scp /home/a.txt user@192.167.1.1:/home/example
这个命令就是将你本地的a.txt文件上传到服务器的/home/example目录下
2.scp 将服务器上的文件下载到本地:
scp 你在服务器上的用户名@服务器ip:服务器上的目录 本地路径
scp user@192.167.1.1:/home/example/b.txt /home/
这个命令就是将服务器上的b.txt文件下载到本地
需要注意的一点是,如果你用命令行ssh连接到服务器时,你的黑窗口所在的本地路径就已经变成了服务器。
所以从远端服务器复制文件到本地的操作是要在你的命令行窗口在本地的时候进行
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)