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

Initial settings after installing Ubuntu 16 in the development environment

The office needs Ubuntu system as the Linux devel...

Docker Compose one-click ELK deployment method implementation

Install Filebeat has completely replaced Logstash...

Web developers are concerned about the coexistence of IE7 and IE8

I installed IE8 today. When I went to the Microso...

How to display div on object without being blocked by object animation

Today I made a menu button. When you move the mous...

Solutions to invalid is Null segment judgment and IFNULL() failure in MySql

MySql Null field judgment and IFNULL failure proc...

Example of creating circular scrolling progress bar animation using CSS3

theme Today I will teach you how to create a circ...

Sample code for using CSS to write a textured gradient background image

The page length in the project is about 2000px or...

Bundling non-JavaScript static resources details

Table of contents 1. Custom import in packaging t...

IE6/7 is going to be a mess: empty text node height issue

Preface: Use debugbar to view document code in iet...

HTML table layout example explanation

The elements in an HTML document are arranged one...

Detailed explanation of how to use Teleport, a built-in component of Vue3

Table of contents 1. Teleport usage 2. Complete t...