I've a shell script which daily backups my database. I need to add a line or few after the backup process is over, so the script can also connect to another host account and transfer the new backup file to a specific folder in that account. a secure connection is prefered, but when I try to use sftp...