Answers for "copy scp from Windows to Ubuntu with credentials"

0

copy scp from Windows to Ubuntu with credentials

scp -o PreferredAuthentications="password" /path/to/file user@server:/destination/directory
Posted by: Guest on September-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language