some ftp mirrors is wrong or inconsistently
Oleg Ole
subbsd at gmail.com
Mon Oct 26 11:14:09 UTC 2009
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
--
More information about the freebsd-questions
mailing list