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

--
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to