From owner-freebsd-ports Tue Sep 10 10:17:41 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28242 for ports-outgoing; Tue, 10 Sep 1996 10:17:41 -0700 (PDT) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA28206 for ; Tue, 10 Sep 1996 10:17:23 -0700 (PDT) Received: (from adam@localhost) by veda.is (8.7.5/8.7.3) id RAA12124; Tue, 10 Sep 1996 17:16:39 GMT From: Adam David Message-Id: <199609101716.RAA12124@veda.is> Subject: Re: cvs commit: src/lib/libftpio ftpio.c To: jkh@freefall.freebsd.org (Jordan K. Hubbard) Date: Tue, 10 Sep 1996 17:16:36 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <199608312202.PAA18753@freefall.freebsd.org> from "Jordan K. Hubbard" at "Aug 31, 96 03:02:22 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > jkh 96/08/31 15:02:21 > > Modified: lib/libftpio ftpio.c > Log: > Intelligently cache previous connection to host if we can still > use it. > > Correct a typo bogon that had REST mistyped as RETR. No wonder fetch's > restart command didn't work! :-( > > Revision Changes Path > 1.13 +32 -10 src/lib/libftpio/ftpio.c > nope sorry, it's still not working. I had FETCH_BEFORE_ARGS=-r and was almost finished fetching a file from the master site, then the connection timed out and it refetched the file from ftp.freebsd.org starting at offset 0. A different but related problem is that 'make fetch' skips partially fetched files because it thinks they have already been fetched successfully. I don't have time to look at it at the moment. Adam