[Turn] on Linux installation rz and sz command

Brief introduction

lrzsz inlet official website: http://freecode.com/projects/lrzsz/ 
lrzsz is X, Y, and ZModem file transfer protocol suite provides a communication unix

windows need to be executed to the server centos centos upload files directly on the command yum -y install lrzsz program automatically installed, and then if you want to download by sz [find the file you want to download] If you want to upload, browse to find the person rz you upload this confidential documents. Note that this command do not use the putty interface Oh!

Installation and Use

 yum install

1
# yum -y install lrzsz
Use the upload file, execute the command rz, file selection window will pop up, choose a good file, click to confirm.
1
# rz

 Download the file, execute the command sz

1
# sz

 wget installed

1
2
3
4
5
6
7
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
#上面安装过程默认把lsz和lrz安装到了/usr/local/bin/目录下,现在我们并不能直接使用,下面创建软链接,并命名为rz/sz:
cd  / usr / bin
ln  - / usr / local / bin / lrz rz
ln  - / usr / local / bin / lsz sz

lrzsz inlet official website: http://freecode.com/projects/lrzsz/ 
lrzsz is X, Y, and ZModem file transfer protocol suite provides a communication unix

windows need to be executed to the server centos centos upload files directly on the command yum -y install lrzsz program automatically installed, and then if you want to download by sz [find the file you want to download] If you want to upload, browse to find the person rz you upload this confidential documents. Note that this command do not use the putty interface Oh!

Installation and Use

 yum install

1
# yum -y install lrzsz
Use the upload file, execute the command rz, file selection window will pop up, choose a good file, click to confirm.
1
# rz

 Download the file, execute the command sz

1
# sz

 wget installed

1
2
3
4
5
6
7
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
#上面安装过程默认把lsz和lrz安装到了/usr/local/bin/目录下,现在我们并不能直接使用,下面创建软链接,并命名为rz/sz:
cd  / usr / bin
ln  - / usr / local / bin / lrz rz
ln  - / usr / local / bin / lsz sz

Guess you like

Origin www.cnblogs.com/zdd-java/p/11583975.html