The new cloud server with SECURECRT does not support the upload and download, did not find the RZ command. Record how to install the Rz/sz command.
First. Description of the tool
In the SSH login software such as SECURECRT, upload/Download the file by entering the Rz/sz command in the Linux interface. For some Linux versions, 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
Second, software Installation
The installation files are first uploaded to the TMP directory via the SFTP tool.
# 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
Third, the use of instructions
Open SECURECRT Software, options and options---X/y/zmodem can be set to upload and download directories; Then when you log in to the Linux terminal with SECURECRT:
# SZ filename (send file to client, Zmodem receive can self-boot)
# RZ (upload files from client to Linux server)
The RZ command can also be uploaded using the UI in SecureCRT.
You can also use Yum to install
#yum Install Lrzsz
OK, so you can use securecrt to upload and download files.
How to install and use Linux under Rz/sz