Date: Mon, 26 Oct 2009 13:47:47 +0300 From: Oleg Ole <subbsd@gmail.com> To: freebsd-questions@freebsd.org Subject: some ftp mirrors is wrong or inconsistently Message-ID: <8237b2240910260347o7cd44313s2ea87fc9198a3123@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello maillist Some ftp servers from official ftp mirrors ( http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html) is incorrect or out of sync. For example, test scripts ( require ftp/lftp ) says that only 90 from 167 ;) have 8.0-RC1.iso -- #!/bin/sh cd /tmp fetch http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html SITE=`egrep -E "(^target)" /tmp/mirrors-ftp.html |tr "<>" " " |awk {'printf $2"\n"'}` for HST in ${SITE}; do echo $HST lftp -e "ls; quit" ${HST}ISO-IMAGES-amd64/8.0/ done --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8237b2240910260347o7cd44313s2ea87fc9198a3123>