Install RZ and SZ commands on Linux

Source: Internet
Author: User
Tags centos server

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.