Date: Mon, 22 Jul 2002 19:46:10 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Wolfram Schneider <wosch@cs.tu-berlin.de> Cc: www@FreeBSD.ORG, buildadm@jp.FreeBSD.org Subject: Re: Cron <www@www> /usr/local/www/bin/get-stable-manpages Message-ID: <7mofd0yr9p.wl@black.imgsrc.co.jp> In-Reply-To: <20020722123014.A16851@freno.cs.tu-berlin.de> References: <200207191510.g6JFARc7058121@www.freebsd.org> <20020721190239.C6700@freno.cs.tu-berlin.de> <7m8z441yvg.wl@black.imgsrc.co.jp> <20020722111222.A16005@freno.cs.tu-berlin.de> <7mptxgysh1.wl@black.imgsrc.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 22 Jul 2002 12:30:14 +0200, Wolfram Schneider wrote: > yep, this was a lynx problem. I set FTP_PASSIVE:TRUE in lynx.cfg > and lynx -dump ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386 > works now. > > Unfortunately, lynx -dump ftp://211.14.6.234/pub/FreeBSD/snapshots/i386 > still hangs ... Hmm, how about like this? fetch -q -o - http://211.14.6.234:8021/pub/FreeBSD/snapshots/i386/ | grep CURRENT | grep -v \.log | tail -1 | sed -e 's@.*"\(.*\)".*@ftp://211.14.6.234\1@' -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mofd0yr9p.wl>