You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add proper documentation to Request.SkipExisting, that if you download dynamically generated file, you should also set Request.NoResume to false
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
The text was updated successfully, but these errors were encountered:
Hi,
when downloading dynamic content with
Request.SkipExisting = false
andRequest.NoResume = true
, it does not get overwritten, ifContentLength
of remote file does not equal local file size,It can be fixed in two ways.
Request.SkipExisting
, that if you download dynamically generated file, you should also setRequest.NoResume
to falseRequest
, that will setRequest.SkipExisting
to false andRequest.NoResume
to trueAfter discussion is done, I'll prepare pull request.
Regards
Alex
The text was updated successfully, but these errors were encountered: