Answers for "scp copy a file from local machine to remote machine"

1

how to scp from remote machine to local machine

scp [email protected]:/path/to/file /path/to/store/file
scp [email protected]:/root/test.tar /home/tom/
Posted by: Guest on May-10-2021
0

Copy a Remote File to a Local System using the scp Command

scp [email protected]:/remote/file.txt /local/directory
Posted by: Guest on December-13-2021

Code answers related to "scp copy a file from local machine to remote machine"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language