Without using tools such as XFTP and secureCRT, files can be uploaded or downloaded from the local server to the remote server using the RZ and SZ of Linux.
LRZSZ official website entrance: freecode.com/projects/lr…
LRZSZ is a Unix communication suite that provides X, Y, and ZModem file transfer protocols
Rz: A file box is displayed when you upload a file to the remote server
Sz: The file name must be the same as that of the file downloaded from the remote server
Installation steps:
CentOS
yum -y install lrzsz
Copy the code
Ubuntu
sudo apt-get install lrzsz
Copy the code