How to connect to a remote server and transfer files via a jump server in Linux

How to connect to a remote server and transfer files via a jump server in Linux

Recently, I encountered many problems when deploying the environment on the Linux host. The first one was the problem of remotely connecting to the server to transfer files through a jump server.

I have read many solutions online, most of which say to use the Alt+P command of SecureCRT software and then transfer via SFTP , which mainly involves the following instructions

There are several important commands in the sftp interface.
cd is mainly used to open the location where the server stores files
LCD is mainly used to open the location of the local file to be uploaded
put is the command to upload a file
Get is the command to download files from the server. There are several important commands in the sftp interface.
cd is mainly used to open the location where the server stores files
LCD is mainly used to open the location of the local file to be uploaded
put is the command to upload a file
get is a command to download files from the server

However, the above command does not solve the problem. So how can we upload files more quickly through instructions? Here is a command rz -be

rz-be

Simply enter the above command in the command line window to pop up this dialog box, select the file, and then wait for the file to be transferred. Please see the following notes

Notice:

When you use the rz -be command, the file may not be uploaded for the first time, so you need to use the command again.

Summarize

This is the end of this article about how to connect to a remote server and transfer files via a jump server in Linux. For more information about how to connect to a remote server and transfer files in Linux, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to check whether the ports of the local computer and the remote server are connected under Linux
  • Linux uses the scp command to copy files to the local computer and copy local files to the remote server
  • How to view the status of remote server files in Linux
  • Connect to the remote server through jsch in Java to execute linux commands
  • Detailed explanation and examples of file transfer between Linux and Windows
  • C language implementation of socket file transfer under Linux
  • Linux network programming: reliable file transfer example based on UDP
  • Linux network programming socket file transfer example

<<:  JavaScript to achieve digital clock effects

>>:  Mysql join table and id auto-increment example analysis

Recommend

Grid systems in web design

Formation of the grid system In 1692, the newly c...

Summary of the application of decorative elements in web design

<br />Preface: Before reading this tutorial,...

Basic usage of @Font-face and how to make it compatible with all browsers

@Font-face basic introduction: @font-face is a CSS...

Example code for implementing beautiful clock animation effects with CSS

I'm looking for a job!!! Advance preparation:...

Detailed explanation of VUE's data proxy and events

Table of contents Review of Object.defineProperty...

How to compile and install xdebug in Ubuntu environment

This article describes how to compile and install...

How to parse the attribute interface of adding file system in Linux or Android

The first one: 1. Add key header files: #include ...

What is the length of a function in js?

Table of contents Preface Why How much is it? Num...

Methods and techniques for designing an interesting website (picture)

Have you ever encountered a situation where we hav...

How to use CSS to pull down a small image to view a large image and information

Today I will talk about a CSS special effect of h...

Vue calculated property implementation transcript

This article shares the Vue calculation property ...

Mini Programs enable product attribute selection or specification selection

This article shares the specific code for impleme...