i could not find any examples on how i can set a password using scp to transfer files remotely via from command like
http://www.garron.me/en/linux/scp-linux-mac-command-windows-copy-files-over-ssh.html
currenty wrote this:
scp “/localFolder/localFile.txt” userName@172.11.111.345:”/RemoteFiolder/AA/”
Where do i enter the password on this script that wil run automatically?