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

IE8 uses multi-compatibility mode to display web pages normally

IE8 will have multiple compatibility modes . IE pl...

Detailed analysis of MySQL optimization of like and = performance

introduction Most people who have used databases ...

How to install Nginx in Docker

Install Nginx on Docker Nginx is a high-performan...

HTML meta explained

Introduction The meta tag is an auxiliary tag in ...

Tutorial on building nextcloud personal network disk with Docker

Table of contents 1. Introduction 2. Deployment E...

Solution to the paging error problem of MySQL one-to-many association query

The query data in the xml price inquiry contains ...

How to split and merge multiple values ​​in a single field in MySQL

Multiple values ​​combined display Now we have th...

js to implement a simple bullet screen system

This article shares the specific code of native j...

How to configure common software on Linux

When you get a new Linux server, you generally ha...

Vue implements zip file download

This article example shares the specific code of ...

Pessimistic locking and optimistic locking in MySQL

In relational databases, pessimistic locking and ...

Install MySQL 5.7.17 in win10 system

Operating system win10 MySQL is the 64-bit zip de...

How to quickly install RabbitMQ in Docker

1. Get the image #Specify the version that includ...

Detailed explanation of Nginx current limiting configuration

This article uses examples to explain the Nginx c...