Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] mirror --continue not working for abnormal interupt using pget chunk download #688

Open
wtwangcb opened this issue Nov 13, 2022 · 0 comments

Comments

@wtwangcb
Copy link

When mirroring using pget, if a big file being downloaded got interrupted because of network/connection problem,
the mirror command thinks the big file has already complete download when actually is not (XXX.pget.status still present),
Thus it changes the timestamp of the incomplete file to that of returned by server. So next time when you issue the mirror --continue
to resume the mirror, lftp incorrectly thought the big file as complete download and delete its corresponding pget.status, leaving
a broken, incomplete file that is hard to spot/find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant