Answers for "scp copy windows local file to linux remote folder"

14

scp folder from server to local

scp -r [email protected]:/path/to/foo /home/user/Desktop/
Posted by: Guest on March-07-2020
0

SCP copy a directory from a local to remote system

scp -r /local/directory [email protected]:/remote/directory
Posted by: Guest on January-09-2022

Code answers related to "scp copy windows local file to linux remote folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language