Answers for "scp file from remote to local system command line"

5

scp local to remote

scp -i <private_key> ./file.txt remote_username@remote_ip:/remote/directory
Posted by: Guest on December-16-2020
0

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

Code answers related to "scp file from remote to local system command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language