Yes this command is really simple .What this command actually do is ? It just copy from a server to server using ssh protocol.

Example:

You are logged into a server a.com in command mode and want to copy a file from secure server b.com to a.com. You can use this command provided you have the permission to access the server b.com securely.

>>>>>>>>>hostname
a.com
>>>>>>>>>scp b.com:filepath .

Thats it you will have the file now in your pwd of a.com.

Related Posts :



Bookmark and Share