Tools RZ and SZ that can replace FTP on Linux

Source: Internet
Author: User

For people who often use the Linux system, the need to upload local files to the server or download files from the server to the local, the Rz/sz command is very convenient to help us achieve this function, but many Linux systems initially do not have these two commands, So simply explain how to install and use RZ, sz command.
1. Software Installation
(1) Compile and install
After the root account is logged in, execute the following command in turn:

Cd/tmpwget 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 && make && 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

(2) Yum installation
After the root account is logged in, execute the following command:

Yum Install-y Lrzsz

2. Instructions for use
Download

SZ filename

Overwrite Downloads

sz-y filename

Upload

Rz

Overwrite uploads

Rz-y

After executing the command, select the file you want to upload in the pop-up box.
Description: Open the directories for uploading and downloading under Options, X/y/zmodem, Options, SECURECRT software.

Tools RZ and SZ that can replace FTP on Linux

Related Article

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.