Automatic Yum installation:
Yum install lrzsz
The manual installation method is as follows:
In customized Linux, The rzsz package may not be installed on the system, which is especially inconvenient for transferring files using Windows tools such as securecrt. To use this convenient method, you can install it manually.
1. Download Software rzsz-3.48.tar.gz. Log on to Linux and run the following command:
Wget http://freeware.sgi.com/source/rzsz/rzsz-3.48.tar.gzdownload.
2. Decompress tar zxvf rzsz-3.48.tar.gz
3. Install CD rzsz-3.48; Make POSIX. Note: The installation of this software is different from the conventional GNU software-No configure or make install (installation process ). Run make to check the parameters in makefile.
Select POSIX or Linux for centos.
After I make it, It shows-Bash: Make: Command not found.
It seems that no compiler is installed by default in centos. Install Yum-y install GCC automake Autoconf libtool make in SSH.
View Source Code print help 01 [root @ Miao SRC] # Make POSIX
02 CC-o-dposix-DMD = 2 Rz. C-o Rz
03 size Rz
04 text data BSS dec hex filename
05 25444 648 10464 36556 8ecc Rz
06 Rm-F RB RX RC
07 ln RZ Rb
08 ln RZ RX
09 ln RZ RC
10 cc-o-dposix Sz. C-o SZ
11 size SZ
12 text data BSS dec hex filename
13 30565 708 43072 74345 SZ
14 Rm-F Sb SX zcommand zcommandi
15 ln SZ sb
16 ln SZ SX
17 ln SZ zcommand
18 ln SZ zcommandi
19 [root @ Miao SRC] #
To facilitate the use of this tool, copy the relevant files to the directory/usr/bin. Here, we only need to copy two files, RZ and Sz. The command is cp rz sz/usr/bin.