Downloading file using scp
suggest changeTo download a file from remote server to the local machine - type:
scp tom@server2:$HOME/file.txt /local/machine/path/
This example shows how to download the file named file.txt
from user tom
‘s home directory to our local machine’s current directory.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents