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

Downloading dynamic content does not work #69

Open
aleek opened this issue Jan 7, 2020 · 0 comments
Open

Downloading dynamic content does not work #69

aleek opened this issue Jan 7, 2020 · 0 comments

Comments

@aleek
Copy link

aleek commented Jan 7, 2020

Hi,

when downloading dynamic content with Request.SkipExisting = false and Request.NoResume = true, it does not get overwritten, if ContentLength of remote file does not equal local file size,
It can be fixed in two ways.

  1. Add proper documentation to Request.SkipExisting, that if you download dynamically generated file, you should also set Request.NoResume to false
  2. Add new variable to Request, that will set Request.SkipExisting to false and Request.NoResume to true

After discussion is done, I'll prepare pull request.

Regards
Alex

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