1. Software Installation
1) Compile and install
After the root account is logged in, execute the following command in turn:
Cd/tmp
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 by default LSZ and Lrz installed in the/usr/local/bin/directory, now we can not directly use, 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
2) Yum Installation
After the root account is logged in, execute the following command:
Yum Install-y Lrzsz
2. Use the instructions
SZ command send file to Local:
# SZ FileName
RZ command to upload files locally to the server:
# RZ
After executing the command, select the file you want to upload in the pop-up box.
Description: Open the directories for uploading and downloading under Options, X/y/zmodem, Options, SECURECRT software.
Installation and use of RZ and SZ commands under Linux systems