Home > System Tutorial > LINUX > body text

linux - drag and drop to upload files

WBOY
Release: 2024-02-10 14:20:03
forward
1102 people have browsed it

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 the plug-in 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.

linux - drag and drop to upload files

Download a file

> sz rumenz.txt
Copy after login

Or pop up a selection box to save the file

linux - drag and drop to upload files

Download multiple files simultaneously

> sz rumenz.txt rumenz1.txt
Copy after login

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

> sz  rumenz/*
Copy after login

The above is the detailed content of linux - drag and drop to upload files. 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