Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install rz and sz commands in Linux system

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to install rz and sz commands in the Linux system. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.

Rz and sz are commands used to transfer files between windows and Linux. Lrzsz can be uploaded and downloaded instead of ftp in linux.

Introduction to 1rz and sz: the rz command (Receive ZMODEM) uses the ZMODEM protocol to upload local files to a remote Linux/Unix server in batches. Note that folders cannot be uploaded.

The sz command (Send ZMODEM) downloads multiple files locally from a remote server through the ZMODEM protocol. Note that you cannot download a folder. If you download a folder, please package it first and then download it.

2 installation steps: 2.1yum installation

Yum-y install lrzsz2.2 source code installation

Wget http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz tar zxvf lrzsz-0.12.20.tar.gz & & cd lrzsz-0.12.20. / configure & & make & make install # the above installation process installs lsz and lrz to the / usr/local/bin/ directory by default. Now we can't use them directly. Create a soft link below. And named rz/sz: cd / usr/bin ln-s / usr/local/bin/lrz rz ln-s / usr/local/bin/lsz sz 1234567 III, show # use upload files, execute the command rz, will jump out of the file selection window, select a good file, and click OK. Rz # download file, execute commands sz sz on "how to install rz, sz commands in the Linux system" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, please share it out for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report