Expect ask for advice

cannot press enter when expect is running?

script such as

-sharp!/usr/bin/expect  

set timeout 30     
spawn bash  centos7_client.sh    
expect
 {
 "sharon@192.168.27.156"s password:" {send "pwd\r" ; exp_continue }  }   


expect "sftp>"     
send "put -r /home/xu/Documents/scripts/centos7  /home/sharon/Docuemnts/scripts \r"   
interact

there was a prompt to confirm whether to overwrite at the earliest time in the operation. As a result, I immediately typed in
put-r / home/xu/Documents/scripts/centos7 / home/sharon/Docuemnts/scripts

for me. As a result, I typed in
put-r / home/xu/Documents/scripts/centos7 / home/sharon/Docuemnts/scripts

.

I look completely confused about this operation.

Jul.10,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36891-2c035.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36891-2c035.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?