As shown below: Copy the remote server's files to the local: scp -r -P port number username@IP address:/usr/local/tomcat_airc/webapps/ /tmp/kyj/ Copy local files to the remote server: scp -r /tmp/kyj/sys.war username@IP address:/usr/local/tomcat_airc/webapps/ The above article on how to use scp command in linux to copy files locally and copy local files to remote server is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Introduction to new features of MySQL 8.0.11
>>: The difference between this.$router and this.$route in Vue and the push() method
1. Check whether the check status module is insta...
Preface In current JavaScript, there is no concep...
An image link <img src="" /> I wa...
Hello everyone, I wonder if you have the same con...
Table of contents 1. What is a closure? 1.2 Memoi...
1. Oracle is a large database while MySQL is a sm...
First look at the effect: html <a href="#...
Problem description: The following error message ...
The decompressed version of mysql5.7.18 starts th...
This article shares the specific code of Vue3 man...
Generally, during the development process, the su...
Because colleagues in the company need Nginx log ...
Detailed introduction to the steps of installing ...
one. First of all, you have to package it in idea...
Table of contents Preface 🍹Preparation 🍲vue3 usag...