The Linux expect command takes script writing to an entirely new level. Instead of automating processes, it automates running and responding to other scripts. In other words, you can write a script ...
I have a ftp transfer job that uses sftp with one external source. There is no opportunity for host-based authentication, so I have had to use an expect script. My base script would normally perform ...