Answers for "copy file from remote to local scp"

2

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

scp file.txt [email protected]:/remote/directory
Copy
Posted by: Guest on December-13-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 "copy file from remote to local scp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language