Answers for "scp folder linux to windows"

11

scp folder

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

scp linux file to windows from windows.

# Use git bash to avoid port22 connection refused issue
scp user@ip:/dir1/dir2/file "D:dir1dir2"
Posted by: Guest on September-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language