Background: Linux server file upload and download. XShell+Xftp installation package (unzip and use) Baidu network disk link: https://pan.baidu.com/s/1rT_oXxbIjWgiHy9JHiWakw Extraction code: cqrt Method 1: Through Shell First. Start the local virtual machine and connect to the local Linux server in Shell. Fill in the Linux IP address for the host, the Linux login name and password for the username and password, and keep the other default values. Click OK, then accept and save. Second The sz command sends files to the local # sz filename rz command uploads local files to the server #rz After executing the rz command, add the file to be uploaded in the pop-up box. Method 2: Through Xftp It is more convenient to use Xftp, and you can do whatever you want. First After installing Xftp, it is very simple. Download it from the link above, unzip it and use it. Log in the same way as Shell, and then drag the files you want left and right. As shown below: Besides, if XShell reports an error when starting, "MSVCR110.dll is missing", then install this thing: MSVCR110.dll installation package link: https://pan.baidu.com/s/1ntt5DZLsJgYGh3qT_G0IVQ Extraction code: 2ukh As for why, if you are interested, you can read this expert's blog, which explains https://www.jb51.net/article/159609.htm Method 3: Directly change an operating system, as follows: Summarize The above is the method I introduced to you for uploading and downloading files between Linux servers and Windows systems. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: CentOS installation mysql5.7 detailed tutorial
>>: jQuery plugin to achieve carousel effect
<br />Introduction: This idea came to me whe...
This article mainly introduces how to implement a...
CSS3 Patterns Gallery This CSS3 pattern library s...
1. Some tips on classes declared with class in re...
Preface: This article mainly introduces the conte...
As we all know, the web pages, websites or web pag...
mktemp Create temporary files or directories in a...
Docker error 1. Check the cause docker logs nexus...
Preface: I recently encountered the problem of in...
The large-screen digital scrolling effect comes f...
Recently, I used the webSocket protocol when work...
Table of contents UI Design Echarts example effec...
Table of contents Overview Canvas API: Drawing Gr...
vertical-align attribute is mainly used to change...
Before learning awk, we should have learned sed, ...