#!/bin/bash ftp -n << EOF user guest 123456 binary cd /home/ prompt mget * close bye EOF
使用Tab缩进
#!/bin/bash ftp -n <<-EOF ... EOF
注:<<后面不能有空格
暂无文章