1) Tool Description
In the SSH login software such as SECURECRT, upload/Download the file by entering the Rz/sz command in the Linux interface. For RHEL5, Rz/sz is not installed by default so it needs to be installed manually.
SZ: Sends the selected file (send) to the local machine;
RZ: Run this command will pop up a file Selection window, from the local select File upload to the server (receive).
Download the installation package lrzsz-0.12.20.tar.gz:http://www.ohse.de/uwe/software/lrzsz.html
2) Software Installation
The installation files are uploaded to the/tmp directory using the SFTP tool first.
# 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 installation process above installs the LSZ and lrz into the/usr/local/bin/directory by default, and the following creates a soft link and is named Rz/sz:
# Cd/usr/bin
# ln-s/usr/local/bin/lrz RZ
# ln-s/usr/local/bin/lsz sz
3) Instructions for use
# SZ filename (send file to client, Zmodem receive can self-boot)
# RZ (upload files from client to Linux server)
How to install and use Linux under Rz/sz