Blogger Information
Blog 60
fans 0
comment 0
visits 66639
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【lrzsz】安装lrzsz工具实现Linux和Windows系统之间文件便捷上传与下载
大宝
Original
2464 people have browsed it

一、参考链接

阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区

centos镜像-centos下载地址-centos安装教程-阿里巴巴开源镜像站

lrzsz | Sail

二、lrzsz功能介绍

<font color=red>lrzsz</font>是一款在linux里可代替ftp上传和下载的程序。使用这个软件程序只需要一个命令就可以快速解决Windows端和Linux端的文件上传和下载问题。十分方便。

<font color=red>注意事项:该软件适合传输小文件,超过4GB的大文件无法进行传输。</font>

三、安装操作步骤

1、Linux端

说明:本实验室基于CentOS 7.9系统安装使用的。

  1. [root@centos ~]# cat /etc/redhat-release
  2. CentOS Linux release 7.9.2009 (Core)

查找lrzsz包

  1. # yum provides lrzsz
  1. [root@centos ~]# yum provides lrzsz
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4. * epel: ftp-stud.hs-esslingen.de
  5. lrzsz-0.12.20-36.el7.x86_64 : The lrz and lsz modem communications programs
  6. Repo : base
  7. lrzsz-0.12.20-36.el7.x86_64 : The lrz and lsz modem communications programs
  8. Repo : @base
  9. [root@centos ~]#

安装lrzsz包

  1. # yum install -y lrzsz
  1. [root@centos ~]# yum install -y lrzsz
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4. * epel: ftp-stud.hs-esslingen.de
  5. Package lrzsz-0.12.20-36.el7.x86_64 already installed and latest version
  6. Nothing to do

2、Windows端

注意:使用Xshel、SecureCRT远程连接软件,通过ssh/telnet连接Linux端服务器可以支持使用。

3、测试使用

参数说明

sz 从Linux端下载文件至Windows端
rz 从Windows端上传文件至Linux端

更多详细信息,执行<font color=red>man sz/rz</font>命令进行查看

从Linux端下载文件至Windows端

  1. #在Linux端创建一个名为xybdiy的配置文件
  2. # vim xybdiy
  3. 添加如下内容:
  4. Hello World!
  5. xybdiy
  6. 按:wq保存退出。
  7. #执行如下命令从Linux端下载此配置文件至Windows端
  8. # sz xybdiy
  9. 出现如下"浏览文件夹"的选项框,选择存放位置。

选择下载文件存放的位置。

image-20220219145650091

下载完成,至Windows端查看。

image-20220219145834282

在Windows端打开此配置文件查看。

image-20220219150018687

从Windows端上传文件至Linux端

在Windows端,修改刚才下载的配置文件名称和添加内容。

image-20220219150230894

在Linux端,执行<font color=red>rz</font>命令,选择需要从Windows上传的文件。

image-20220219150522483

传送成功。

image-20220219150555897

在Linux端查看配置文件xybdiy-windows

  1. [root@centos ~]# ll
  2. total 16
  3. -rw-------. 1 root root 1531 Feb 9 11:55 anaconda-ks.cfg
  4. -rw-r--r-- 1 root root 219 Feb 15 17:17 cook
  5. -rw-r--r-- 1 root root 20 Feb 19 14:55 xybdiy
  6. -rw-r--r-- 1 root root 66 Feb 19 15:01 xybdiy-windows
  7. [root@centos ~]# cat xybdiy-windows
  8. Hello World!
  9. xybdiy
  10. # Windows端上传至Linux端
  11. Hello xybDIY
  12. [root@centos ~]#

至此,lrzsz工具测试完成。

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post