当前位置:网站首页>两台服务器之间拷贝文件-scp方法
两台服务器之间拷贝文件-scp方法
2022-07-22 11:05:00 【迷路在代码中】
不同的Linux之间copy文件: scp 命令
1. 把当前服务器文件 copy 到 远程服务器上:
scp "/home/chenran/***/MoveFile.py" [email protected]**.**.124: "/home/ran.chen/Projects/***/tools/"
(ps: 之后输入 ran.chen 账号密码)
把当前服务器文件夹 copy 到 远程服务器上:
scp -r "/home/***/reconstruction_control/" [email protected]:"/data/***Dataset/"
(ps: 之后输入 服务器 chenran 账号密码)
2. 把远程服务器文件 copy 到 当前服务器上:
scp [email protected]**.**.124:"/home/chenran/***/MoveFile.py"
https://blog.csdn.net/IDOshi201109/article/details/50836702
Game Over~~~
边栏推荐
猜你喜欢
Buuctf breakthrough diary --[mrctf2020]ezpop1
Significance learning record of FFT in MATLAB
Wechat applet comprehensive case practice 1
BUUCTF闯关日记03--[极客大挑战 2019]Havefun1
Set colSpan invalidation for TD of table
英语四六级听力有线传输无线发射系统方案
计网-分层结构,osi通信过程,tcp/ip模型及5层参考模型
校园英语调频台在江西陶瓷工艺美术职业技术学院的应用
pytorch 自定义数据集载入(标签在csv文件里)
BUUCTF闯关日记02--[HCTF 2018]WarmUp1
随机推荐
PKG config lookup library and for compilation
Condition judgment
BUUCTF闯关日记04--[强网杯 2019]随便注1
Bash variables - numeric operations and operators
4.文本编辑器
Style writing in next
Chapter 2: configure data sources, redis, security, swagger and other tools jar for the project
Juc-6.2-concurrency container copyonwritearraylist
1. Virtualization and container technology
隧道调频广播覆盖系统数字选频光纤拉远漏缆覆盖解决方案
Nssctf-01-[swpuctf 2021 freshman competition]gift_ F12
1.1.2计网——标准化工作机器相关组织,性能指标
Seata first met
关于二分法
[GXYCTF2019]BabyUpload1
On the characteristics of filter pseudo protocol
Character interception command
Bash basic function - Historical command and completion
Buuctf breakthrough diary 04 -- [actf2020 freshman competition]include1
Pytorch自动求导