Showing posts with label transfer. Show all posts
Showing posts with label transfer. Show all posts

How to use password in scp?

We can use sshpass to give the password when using scp to transferring files from server to local.

sshpass -p [yourpassword] scp -r [username]@[address]:[pathinserver] [localpath]