Brief introduction
LRZSZ Official entrance: http://freecode.com/projects/lrzsz/
Lrzsz is a UNIX communication suite that provides the X, Y, and Zmodem file transfer protocols
Windows needs to upload files to the CentOS server to execute commands directly on CentOS yum-y install LRZSZ program will be installed automatically, and then if you want to download SZ [find the file you want to download] if you want to upload, the person RZ browse to find your confidential upload files. Note that this command cannot be used in the Putty interface!
Installation and use
Yum Installation
Using the upload file, execute command RZ, will jump out of the File Selection window, select a good file, click Confirm.
# RZ
Download file, execute command SZ
# SZ
wget installation
wget Http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gztar zxvf lrzsz-0.12.20.tar.gz && cd lrzsz-0.12.20./ Configure && makes && 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/binln-s/usr/local/bin/lrz rzln-s/usr/local/bin/lsz sz
Install RZ and SZ commands on Linux