In the previous article "linux file upload command", we introduced the Linux command to upload files. Next, we will continue to introduce the Linux command method to download files to the local.
linuxDownload the file to the local
Enter the command under linux
sz 文件名
Recommendation: "Linux Tutorial"
Then a box will pop up indicating which path to download
sz is send, which sends files from the server to the client, which is what we often call downloading files to the local.
Recommended related articles:
1.How to download files in Linux
2.5 wget examples for downloading files on the Linux command line
Related video recommendations:
1.Brothers New Version Linux Video Tutorial
The above is the detailed content of Linux download file to local command. For more information, please follow other related articles on the PHP Chinese website!