请高手帮忙看看FTP问题

请高手帮忙看看FTP问题

请问为什么在linux的if语句中不能嵌入ftp -n<<over语句
如:

if [ 2 -eq 2 ]; then
    ftp -n<<over
      .
      .
      .
      .
      .
     over
fi

报错为:syntax error:unexpected end of file
我知道问题在那里了,原来是空格问题

最后的over前面不能有空格一定要定格!!!