Search Results

Search: Posts Made By: ahibbitts
14,507
Posted By ahibbitts
Thank You
Yes I need to rename them, because the database sees them and imports them on the fly. This whole thing is all in a cron job. So I guess doing multiple scp on the same login is not possible. I...
14,507
Posted By ahibbitts
The only Delema
The only Problem is the way I wrote the script it logsin...logsout...logsin...logsout...over and over is there any way to string the scp commands together after the expect login?
14,507
Posted By ahibbitts
I tried this and it works a little crude but ...
I tried this and it works a little crude but

#start File
expect -f - <<EOF
spawn scp user@host:smtprelay01.latest.sum smtprelay01.txt
expect "user@host password:"
send "password\r"
spawn...
14,507
Posted By ahibbitts
Yes just typo. for some reson it dosent pass the...
Yes just typo. for some reson it dosent pass the password it just hangs on expect "password:"
14,507
Posted By ahibbitts
Help with expect
Help I am trying to do a script
#start
expect -F - <<EOF
spawn scp -c blowfish -C user@host:pathtofile destination
expect 'word':
send 'password\r'
while {1}{expect eof{break}}
wait
eof
#end...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 12:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy