Home > System Tutorial > LINUX > body text

Extremely simple tool! Learn to use FTP and LRZSZ on Linux

PHPz
Release: 2024-02-11 12:00:13
forward
759 people have browsed it

On Linux systems, if you want to transfer files, you have to mention FTP and LRZSZ. FTP is a network file transfer protocol, and LRZSZ is a set of tools used to support this protocol. For Linux users, mastering these tools will greatly improve your work efficiency. This article will introduce you how to use FTP and LRZSZ on Linux systems to make your file transfer faster and safer. let's start!

lrzsz is a program that can replace ftp upload and download in Linux. Let’s take a look at its functions!

Extremely simple tool! Learn to use FTP and LRZSZ on Linux
lrzsz is a program that can replace ftp upload and download in Linux. In Linux, plug-ins are supported for direct drag-and-drop upload; rz and sz are also supported for command upload and download.

Install plug-ins on the server

> yum -y install lrzsz
Copy after login

Upload a file
Upload can be dragged directly to upload files to the current directory. You can also use commands to select the files to be uploaded, and you can specify multiple files at a time.

> rz
Copy after login

Using xshell will pop up a file selection box.

Extremely simple tool! Learn to use FTP and LRZSZ on Linux

Download a file

> sz rumenz.txt
Copy after login

Or pop up a selection box to save the file

Extremely simple tool! Learn to use FTP and LRZSZ on Linux

Download multiple files at the same time

> sz rumenz.txt rumenz1.txt
Copy after login

Download all files in the rumenz directory, excluding folders under rumenz
copy

> sz  rumenz/*
Copy after login

Through this article, we learned how to use FTP and LRZSZ for file transfer on Linux systems. The use of FTP and LRZSZ can indeed simplify the file transfer process and improve transfer efficiency. Take some time to review and try them now, and I believe these tools will help you do your job better.

The above is the detailed content of Extremely simple tool! Learn to use FTP and LRZSZ on Linux. For more information, please follow other related articles on the PHP Chinese website!

source:lxlinux.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!