nohup and noninteractive ftp

nonftp.sh:
 
ftp -n ftp.freebsd.org <<EOF  &
user anonymous "anonymous" 
cd /pub/FreeBSD/releases/i386/ISO-IMAGES/6.3/
bin
get 6.3-RELEASE-i386-disc1.iso
get 6.3-RELEASE-i386-disc2.iso
get 6.3-RELEASE-i386-disc3.iso
get 6.3-RELEASE-i386-docs.iso
get 6.3-RELEASE-i386-bootonly.iso
bye
EOF
 
nohup ./nonftp.sh
相關文章
相關標籤/搜索