linux scp

Background: Sometimes it is very slow to upload the war package directly from the local to the server. At this time, you can use the springboard, that is, first upload the local war package to a faster server A, and then use A as the springboard to transfer the code to destination B.

 

 

linux code:

scp /home/localadmin/nono-web.war [email protected]: / home / localadmin /

 

refurl:http://os.51cto.com/art/201003/187301.htm

 

 

 

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326958998&siteId=291194637
scp