The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-06-2001
ahibbitts ahibbitts is offline
Registered User
 

Join Date: Nov 2001
Location: Washington
Posts: 5
Exclamation Help with expect

Help I am trying to do a script
#start
expect -F - <<EOF
spawn scp -c blowfish -C user@hostathtofile 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?
Reply With Quote
Remove advertisements
!!
!! Forum Sponsor