SECURECRT can use Linux under the Zmodem protocol to quickly transfer files, the use of very convenient. Specific steps:
A Before uploading a download using SECURECRT, you need to install Lrzsz to the server:
Install with Yum in A:centos
Yum-y Install Lrzsz
B: Compile and install
1. Download lrzsz-0.12.20.tar.gz from the address below
Https://ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
2. Check the install documentation inside for instructions and details on installation parameters.
3. Unzip the file
Tar zxvf lrzsz-0.12.20.tar.gz
4. Enter the catalogue
CD lrzsz-0.12.20
5,./configure--prefix=/usr/local/lrzsz
6. Make
7. Make Install
8. Establish a soft link
#cd/usr/bin
#ln-S/usr/local/lrzsz/bin/lrz RZ
#ln-S/usr/local/lrzsz/bin/lsz sz
9. Testing
Run RZ pop-up securecrt upload window and use SecureCRT to upload and download files.
Two Set the default directory for SECURECRT client uploads and downloads.
Configuration options in: Options->session options->terminal->xmodem/zmodem
Find this option in the right column directory to set up the upload and download directories
Three Using SECURECRT to upload files from a client to a Linux server
1. Log in to the Linux terminal with SECURECRT.
2. Select the path where you want to place the uploaded file, in the directory and then enter the RZ command, SECURECRT will pop up the file selection dialog box, find the file you want to upload in the search scope, press the Add button. Then OK can upload the file to Linux.
Or, in the Transfer->zmodem upoad list pop-up File selection dialog box, select the file and press the Add button. Then the OK window closes automatically. Then under Linux, select the directory where the files are stored and enter the RZ command. Liunx the file to the directory.
Four To download files to the client using SECURECRT:
SZ filename
Zmodem receive can start on its own. The downloaded file is stored in the default download directory you set.
Rz,sz is a command-line tool that Linux/unix Zmodem file transfer with Windows, the Windows side needs to support Zmodem TELNET/SSH client, SECURECRT can log in SecureCRT to unix/ Linux host (telnet or SSH) O Run command RZ, that is, to receive files, SECURECRT will pop up the file selection dialog box, select the file and close the dialog box, the file will be uploaded to the current directory O run the command sz File1 File2 is to send files to Windows (the saved directory can be configured) more convenient than the FTP command, and the server does not have to open the FTP service
Use SecureCRT to upload and download files between Windows and Linux