lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Download recovery for lynx?


From: Jacob Poon
Subject: Re: LYNX-DEV Download recovery for lynx?
Date: Mon, 11 Aug 1997 15:21:31 -0400

On Sun, 10 Aug 1997, Klaus Weide wrote:

> 2. One problem for lynx is, how should it keep track of partially received
>    files across sessions and which already partially received file from a
>    previous session corresponds to which URL?  Remember that downloaded
>    files first go into a session-specific temp file which will be removed
>    (at the latest when Lynx exits).

My suggestion is to use what Zmodem has done over the years:  If the
filename matches the existing ones, request the foreign host to send a
packet, starting from byte (size_of_local_file - packet_size), and compare
the packet to the local file.  If the content matches the end of the local
file, append the existing file at the client side.  Otherwise send entire
file from the beginning. 

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]