Shell/Bash: linux scp with password Example
Shell/Bash Example: This is the "linux scp with password" Example. compiled from many sources on the internet by SimpleTutorials.org
linux scp with password
sshpass -p "password" scp -r [email protected]:/some/remote/path /some/local/path
* Summary: This "linux scp with password" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!