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

Vue3+el-table realizes row and column conversion

Table of contents Row-Column Conversion Analyze t...

Beginner's guide to building a website ⑥: Detailed usage of FlashFXP

Today I will introduce the most basic functions of...

How to open MySQL binlog log

binlog is a binary log file, which records all my...

How to choose the right MySQL datetime type to store your time

When building a database and writing a program, i...

How to run postgreSQL with docker

1. Install Docker. Reference URL: Docker Getting ...

jQuery achieves seamless scrolling of tables

This article example shares the specific code of ...

Solution to MySQL error code 1862 your password has expired

The blogger hasn't used MySQL for a month or ...

HTML (css style specification) must read

CSS style specifications 1. Class Selector 2. Tag...

How to use @media in mobile adaptive styles

General mobile phone style: @media all and (orien...

The functions and differences between disabled and readonly

1: readonly is to lock this control so that it can...

Detailed explanation of MySQL transaction processing usage and example code

MySQL transaction support is not bound to the MyS...

Detailed explanation of basic concepts of HTML

What is HTML? HTML is a language used to describe...

Summary of Linux vi command knowledge points and usage

Detailed explanation of Linux vi command The vi e...