You know which linux commands can upload files to remote linux servers and linux Files
In most cases, Enterprise Services are basically deployed on linux servers.TestStudents must master basic linux commands and at least know how to deploy the overall environment.ServerHow do you upload deployment packages to the server? In many ways, if you are using the securecrt tool, it is very simple. What if sz & rz is a pure command for easy upload and download? If your local computer is mac and no tool is used, how does one upload a deployment package to the server on a terminal? ----- There are also many methods. Today we are sharing the ssh method, which is very simple (one line of command !) :
$ Scp filename username @ remotehost: remotedirectory
Run:
$ Scp idolaoxutest.txt root@192.168.1.234:/root/idotest
Enter the root password of the remote server 192.168.1.234 to start the copy upload!
Done!
----
Extension:
Thinking: What should I do if I want to copy the Remote Server File locally?
----- All
Article, Not labeled reproduced, are original reproduced indicated source http://www.51testing.com /? 497177