Suppose you have root access in an unknown server. You want to copy a file from the server to your local machine. Source of the snippet in the title.
Challenge: copy to a file from the unknown server, where you have root rights, to your local machine
ROOT+SERVER+FILE+Unknow ---- Commands? ---> FILE+LOCAL+YOUR+COMP
scp? how?
Please, give some example.