Linux system under the transmission of a lot of ways, such as: Through the FTP SFTP ... Wait a minute. Linux server is mostly through the SSH client remote landing and management, using SSH landing Linux host, how to quickly and the local machine file interaction, that is, upload and download files to the server and local, according to Rzsz characteristics, Here we provide Zmodem with RZSZ transmission tool through SECURECRT
First understand the two SSH-related commands can provide easy operation:
SZ: Sends the selected file (send) to the local machine
RZ: Running this command pops up a file selection window and uploads it to the Linux server from the local selection file
Rz,sz is a command-line tool for Linux/unix Zmodem file transfer with Windows
The Windows side needs TELNET/SSH clients that support Zmodem, for example: SECURECRT
Advantages: Easier than FTP commands, and the server does not have to open the FTP service.
Installing the RZSZ Package
[Root@localhost soft]# wget http://freeware.sgi.com/source/rzsz/rzsz-3.48.tar.gz
--2010-01-07 21:52:51--http://freeware.sgi.com/source/rzsz/rzsz-3.48.tar.gz
Resolving host freeware.sgi.com ... 192.48.178.134
Connecting to freeware.sgi.com|192.48.178.134|:80 ... is connected.
HTTP request issued, waiting for response ... OK
Length: 65566 (64K) [Application/x-gzip]
Saving to: ' rzsz-3.48.tar.gz '
100%[======================================>] 65,566 20.2k/s in 3.2s
2010-01-07 21:52:56 (20.2 kb/s)-' rzsz-3.48.tar.gz ' saved [65566/65566]
[Root@localhost soft]# LL
Total 72
-rw-r--r--1 root root 65566 2004-05-19 rzsz-3.48.tar.gz
[Root@localhost soft]# tar zxvf rzsz-3.48.tar.gz
src/
Src/copying
Src/makefile
Src/readme
Src/crc.c
Src/crc.doc
Src/crctab.c
Src/gz
Src/mailer.rz
Src/minirb.c
Src/minirb.doc
Src/rbsb.c
Src/rz.c
Src/rz.doc
Src/sz.c
Src/sz.doc
Src/undos.c
Src/undos.doc
Src/zm.c
Src/zmodem.h
Src/zmr.c
src/zupl.t
[Root@localhost soft]# CD src/
[Root@localhost src]# LL