File upload and download for Linux

It is often necessary to upload and download on the linux host, every time you have to find it online, and record it today.

Ready to work

1: PuTTY-nd  3.0 or above is required, because the original version of PuTTY does not support zmodem  ;

2: On the Linux host, install the upload and download toolkits rz and sz

sudo apt install lrzsz

This is installed.

Upload

Enter rz in the Linux command line, a pop-up box will appear, allowing you to choose the file to upload

 

download

Enter the command under linux

sz file name

Then the download started. I don’t know where to put it. Later, I found it was placed directly on the desktop and there was no place to put the file.

 Catalog upload and download

I did not find a good way to pack first, then unpack, you can refer to the usage of the package compression and unpacking  program tar under linux

Reference link:

Linux upload file and download file command line mode   

File upload and download method when using PuTTY

 

Guess you like

Origin blog.csdn.net/leon_zeng0/article/details/113693166