Answers for "scp to windows from linux"

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