Operations 2 min read

How to Install and Use lrzsz for Drag‑Drop File Transfer on Linux

This guide explains how to install the lrzsz utility on a Linux server, then demonstrates uploading files via drag‑and‑drop or the rz command and downloading single or multiple files using the sz command, including pattern‑based selections.

Open Source Linux
Open Source Linux
Open Source Linux
How to Install and Use lrzsz for Drag‑Drop File Transfer on Linux

lrzsz is a Linux utility that can replace FTP for uploading and downloading files, supporting drag‑and‑drop plugins as well as the traditional rz and sz commands.

Installing lrzsz

yum -y install lrzsz

Uploading a File

Files can be uploaded by dragging them into the terminal window or by executing the rz command, which opens a file‑selection dialog (e.g., in Xshell).

rz

Downloading a File

To download a single file: sz rumenz.txt To download multiple files at once: sz rumenz.txt rumenz1.txt To download all files in the current directory except those inside the rumenz folder:

sz rumenz/*
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Linuxcommand-lineTutorialfile transferlrzszrzsz
Open Source Linux
Written by

Open Source Linux

Focused on sharing Linux/Unix content, covering fundamentals, system development, network programming, automation/operations, cloud computing, and related professional knowledge.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.