当前位置:网站首页>Use RZ, SZ commands to upload and download files through xshell7
Use RZ, SZ commands to upload and download files through xshell7
2022-07-19 03:18:00 【yleihj】
1: Use Xshell Connect to Linux host .
2: Make sure Linux The mainframe is installed lrzsz, If you do not install through the following command .
yum install lrzsz3: towards Linux Host copy file . For example, I want to copy files to scripts Below directory , Into the first scripts Catalog .
cd scripts4: The easiest way is to drag the file directly to Xshell The copy of the file can be completed in the window of .
5: You can also use the following command to copy .
rz -be6: This is a dialog box that will pop up for you to select a file , Find and type the file you want to copy and click ok .

7: from Linux Host to Windwos Host copy file . First enter the directory where the files are stored , Use sz+ Add the name of the file you want to copy . For example, I want to scropts In the directory ping.sh copy to Windows host .
sz ping.sh8: A dialog box will also pop up , Now choose the location of the file .

9: If you do not enter the directory where the file is stored , You can use the following command to specify the file path for copying .
sz /root/scripts/ping.sh10: A dialog box will also pop up , Now choose the location of the file .
边栏推荐
- zsh: command not found: mysql
- After 4 years of developing two-sided meituan, we finally lost: the interview question of volatile keyword function and principle
- 2002 - Can‘t connect to server on ‘127.0.0.1‘ (36)
- By voting for the destruction of STI by Dao, seektiger is truly community driven
- 通过Dao投票STI的销毁,SeekTiger真正做到由社区驱动
- [MCU simulation] (XVII) control transfer instructions - call and return instructions
- MySQL log management and full backup incremental backup and recovery
- Unicast、Multicast、Broadcast
- [MCU simulation] (IV) addressing mode register addressing and direct addressing
- mysql复制表
猜你喜欢

Transaction and storage engine in MySQL database

CorelDRAW 安装不了解决方法

【人脸识别】基于直方图Histogram实现人脸识别附matlab代码

工具及方法 - Excel插件XLTools
![In depth understanding of machine learning - unbalanced learning: sample sampling technology - [smote sampling method and borderline smote sampling method of manual sampling technology]](/img/9f/a0d03b23e66849f12150f9a72f36c5.png)
In depth understanding of machine learning - unbalanced learning: sample sampling technology - [smote sampling method and borderline smote sampling method of manual sampling technology]
![[Jianzhi offer] 31-35 questions (judge whether a sequence is one of the out of stack sequences, sequence print binary tree, branch print, and reverse print each line), judge whether the sequence is th](/img/fd/f0c0e17f2942525a78fbd443514992.png)
[Jianzhi offer] 31-35 questions (judge whether a sequence is one of the out of stack sequences, sequence print binary tree, branch print, and reverse print each line), judge whether the sequence is th

Letv a plus de 400 employés? Le jour de l'immortel sans patron, les autorités ont répondu...

JDBC连接Mysql数据库

Yolov6 learning first chapter
![2022-07-16: what is the output of the following go language code? A:[]; B:[5]; C:[5 0 0 0 0]; D:[0 0 0 0 0]。 package main import ( “fmt“ )](/img/e4/ff7f1e19583f42377307de7291f870.png)
2022-07-16: what is the output of the following go language code? A:[]; B:[5]; C:[5 0 0 0 0]; D:[0 0 0 0 0]。 package main import ( “fmt“ )
随机推荐
SysTick定时器的基础学习以及手撕代码
In depth understanding of machine learning - unbalanced learning: sample sampling technology - [adasyn sampling method of manual sampling technology]
DDD 超越 MVC了吗
SQL classic exercises (x30)
05 central processing unit
2022-07-16: what is the output of the following go language code? A:[]; B:[5]; C:[5 0 0 0 0]; D:[0 0 0 0 0]。 package main import ( “fmt“ )
Win10 onedrive failure reinstallation
Polynomial interpolation fitting (III)
Redis和其他数据库的比较
In depth understanding of machine learning - unbalanced learning: sample sampling technology - [smote sampling method and borderline smote sampling method of manual sampling technology]
While loop
[MCU simulation] (XVI) control transfer instructions - unconditional transfer instructions, conditional transfer instructions
Comparison between redis and other databases
2002 - Can‘t connect to server on ‘127.0.0.1‘ (36)
04_服务注册Eureka
Visual analysis of ncnn param file and bin model
Data source object management (third-party object resources) & load properties file
【单片机仿真】(一)Proteus8.9 安装教程
C语言基础Day4-数组
ResNet学习笔记