linux install upload tool lrzsz

yum install a tool.

#yum install  lrzsz -y

 

 

Check whether the installation was successful.

#rpm -qa |grep lrzsz

 

 

The figure illustrates a successful installation.

Run the file upload:

#rz  

Will open select local file dialog box, select the file, it can be uploaded to determine the current directory.

If you overwrite the original file, execute:

#rz   -y

Guess you like

Origin www.cnblogs.com/wfpanskxin/p/12670261.html