How to upload and download files between Linux server and Windows system

How to upload and download files between Linux server and Windows system

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!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Linux uses the scp command to copy files to the local computer and copy local files to the remote server
  • How to delete folders, files, and decompress commands on Linux servers
  • How to use Samba to build a shared file service on a Linux server
  • Python reads files on Linux server
  • Realization of real-time file synchronization between Linux servers
  • How to upload files and folders to Linux server via SSH
  • How to transfer files between Linux local and server and write commands for uploading and downloading files on Linux server
  • Automatic file synchronization between two Linux servers

<<:  CentOS installation mysql5.7 detailed tutorial

>>:  jQuery plugin to achieve carousel effect

Recommend

Input file custom button beautification (demo)

I have written such an article before, but I used...

Use of MySQL trigger

Table of contents 1. Trigger Introduction 1. What...

Detailed explanation of Vue custom instructions

Table of contents Vue custom directive Custom dir...

Detailed explanation of the use of title tags and paragraph tags in XHTML

XHTML Headings Overview When we write Word docume...

Linux uses join -a1 to merge two files

To merge the following two files, merge them toge...

Javascript to achieve the effect of closing advertisements

Here is a case study on how to close ads using Ja...

js to achieve simulated shopping mall case

Friends who are learning HTML, CSS and JS front-e...

SQL implementation of LeetCode (175. Joining two tables)

[LeetCode] 175.Combine Two Tables Table: Person +...

Refs and Ref Details in Vue3

The editor also shares with you the corresponding...

How to expand Linux swap memory

Swap memory mainly means that when the physical m...

How familiar are you with pure HTML tags?

The following HTML tags basically include all exis...

XHTML Web Page Tutorial

<br />This article is mainly to let beginner...

Implementation of Docker building Maven+Tomcat basic image

Preface In Java programming, most applications ar...