Answers for "scp install windows"

5

scp download file

scp remote_username@remote_addr:/remote/path/file.txt .
Posted by: Guest on March-03-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:\dir1\dir2"
Posted by: Guest on September-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language