Changing expect to be case insensitive in SFTP
In some cases the sftp command will ask for Password rather than
password which is breaking both backups and adding an SFTP host.
This change uses the -nocase flag with expect to ensure case is ignored
during login and the host can be added and then used.