Help I am trying to do a script
#start
expect -F - <<EOF
spawn scp -c blowfish -C user@host

athtofile destination
expect 'word':
send 'password\r'
while {1}{expect eof{break}}
wait
eof
#end
whats wrong with this its not working? and whats a good way to have it copy multiple files?