-
Notifications
You must be signed in to change notification settings - Fork 7
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
Download of a file larger than 2 GB #10
Comments
It should download the full file - it's just the display that is wrong. It's because of an overflow in the int holding the size value - but I haven't been able to figure out how to get a larger size to use because I don't get the type system and the limitations for what types can be used and not. |
Have you tried to use NSCurl instead? |
Yes, I tried it. |
No, I'm not sure - I just thought that was the case. The actual download is done by the Internet Explorer part of Windows of all things, so maybe the Internet Explorer version installed might impact it. To be honest, that's the problem with this plugin, that it's based on |
I haven't written the plugin itself, I've just modified the dialog box. I'm not really a C/C++ developer, which is why it doesn't take much for me to get in deep water. This is based on the "official" INetC plugin, so maybe they can address the issue. If I know the fix, I can implement it here as well. |
I trying to download a file whose size is about 12.7 GB but it constantly lowers me only 692 MB.
What can I do?
The text was updated successfully, but these errors were encountered: