in reply to Re: Re: Re: Re: Storing program settings and state
in thread Storing program settings and state
Hmm. Sounds like that remote storage system is horribly broken. You still shouldn't necessarily need a metadata file storing how many bytes you've received -- just look at the file you've got. Count how many bytes it has, and skip that many. This is probably error-prone, but hopefully better than nothing. In any case, I assume you are able to tell the remote store to skip some amount of bytes before starting the transfer back up, right? If not... I'm not sure how you would accomplish this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "Re: "x5 . "Storing program settings and state"
by John M. Dlugosz (Monsignor) on Jul 11, 2003 at 05:47 UTC |