FTP is using shell scripts create ? for file

ftp -n -v <<EOF
verbose
open 3.57.40.79
user infodvlp pr0gram
ascii
lcd /home/a501420038/GLA/Success_Load/
cd /ftp/SrcFiles/csg/InstruAsia/
get AU_Success_Log.txt
close
quit
EOF

Please help on this, this gives the out put "AU_Success_Log.txt?" As question mark in the last what will be the problem please suggest us.

due to this ftp problem my project go live is stopping.

regards,
Kishoore

I think your ftp client is asking a confirmation for each file you want to get. Try inserting the command "prompt" after the "ascii" command and see if it works.