window and the Linux File Transfer tool
[commonly used in SECURECRT SSH]
Law one: Install Lrzsz directly with Yum (recommended)
Yum Install Lrzsz-y
Note: Rhel sz can be used directly after the system is installed.
Method Two: Source file compilation method
Installation configuration for CentOS x.x version Lrzsz
Mkdir-p/usr/src/tools
Cd/home/ryan/tools
wget http://down1.chinaunix.net/distfiles/lrzsz-0.12.20.tar.gz
Tar zxvf lrzsz-0.12.20.tar.gz
CD lrzsz-0.12.20
./configure--prefix=/usr/local/lrzsz
Make
Make install
Cd/usr/bin
Ln-s/usr/local/lrzsz/bin/lrz RZ
Ln-s/usr/local/lrzsz/bin/lsz SZ
Rz
Method 3:rpm Installation:
RPM IVH lrzsz-x.rpm (go to the disc to find)
Skip over here.
File Upload
Enter RZ return in the pop-up page Select the file you want to upload ( don't forget to add it, otherwise the equivalent of no matter what file can be uploaded )
The Zmodem transmission is beginning. Press CTRL + C to cancel.
Transmitting Install.log ...
100% KB kb/s 00:00:01 0 Error
File download
SZ filename
For example: Sz Log.log
See the Man command for detailed usage
window and the Linux File Transfer tool