With SECURECRT and CZ, sz, you can download/upload files from a Linux server.
Install the LSZRZ package on Linux
(1) Compile and install
After the root account is logged in, execute the following command sequentially
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
install -y lrzsz
Using SECURECRT
SECURECRT software, options and options---X/y/zmodem can be set to upload and download directories
After you connect a Linux server with SECURECRT, you can upload/download files by performing a RZ or SZ command
RZ: Receiving Files
rz
SZ: Send file
sz filename
Note: Upload, download is relative to Linux server
App SecureCRT (send receive file)