Linux Copy File

Lets say you are from Server A and you want to copy a file from Server B to Server A.

scp root@SERVER_B_NAME:abc.sql /root


About this entry