Date: Sat, 2 Jun 2001 21:14:32 -0500 From: "David W. Chapman Jr." <dwcjr@inethouston.net> To: "Dima Dorfman" <dima@unixfreak.org> Cc: <ports@FreeBSD.org> Subject: Re: ftp and www hosts Message-ID: <002101c0ebd2$ed42a040$931576d8@inethouston.net> References: <20010603021038.8AEEA3E32@bazooka.unixfreak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for enlightening me and helping me fix the problem at the same time. It appears you have to get it from http://bytesex.org/misc/ and not http://www.bytesex.org/misc/ > .if exists(/usr/bin/fetch) > # avoid -A for 2.2 -- it's not ported to that branch > .if ${OSVERSION} < 300000 > FETCH_CMD?= /usr/bin/fetch > .else > FETCH_CMD?= /usr/bin/fetch -A > .endif > #FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} > .else > FETCH_CMD?= /usr/bin/ftp > .endif > > And fetch(1) supports HTTP/1.1, so it doesn't have this problem: > > dima@hornet% fetch http://bytesex.org/misc/webfs_1.12.tar.gz > Receiving webfs_1.12.tar.gz (35032 bytes): 100% > 35032 bytes transferred in 1.0 seconds (33.71 kBps) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002101c0ebd2$ed42a040$931576d8>