72,82d71
<     suf=""
<     isuf=-1
<     while [ -f "${dpath}/${brest}${suf}" ]; do
<       ((isuf=isuf+1))
<       suf="_${isuf}"
<     done
<     if [ ! -z "$suf" ]; then
<       echo "mv ${dpath}/${brest} ${dpath}/${brest}${suf} # `date`" >> download_to_place.out
<       mv ${dpath}/${brest} ${dpath}/${brest}${suf} >> download_to_place.out 2>> download_to_place.err
<     fi
< 	echo "cp -f ${ifl} ${dpath}/${brest} # `date`" >> download_to_place.out 
