How to use scp command?

To copy files from another server to local server. SCP is the secure command for it. Please use it using following syntax. scp -pr hr-root@x.y.z:/home/filename.gz /home Lets try it.

See More