Looking at the source, it always creates a new thread - but that is an interesting idea. I could just call internetTransfer(&hDlg) directly if I was silent (and I'm making a very small/quick call). Let me poke at that.
http + ftp download plug-in
545 posts
Hi! I have an issue with windows XP. Trivial code
Popping result from stack gives an empty string.
I use the latest plugin and the latest NSIS versions.
works everywhere but windows XP.
inetc::get /NOCANCEL /NOCOOKIES /BANNER downloading "https://mame0129.my1*****mirrors.ini" "$PLUGINSDIR\downloads\mirrors.ini" /END
Popping result from stack gives an empty string.
This url works in xp's internet explorer.
Pop $2
StrCmp $2 "OK" last
I use the latest plugin and the latest NSIS versions.
My mistake, the result is not empty. It is "SendRequest Error". I'm thinking to use curl for windows (+5 mb), because the issue is still not resolved.
I am using the 1.0.5.6 version here: github NSIS-INetC-plugin
But it does not include the fix that someone created in 2015 for negative percentages displayed when the file size gets above 2GB. So this is a request for an update if possible. Please and thank you.
Inetc plugin shows negative download percentage for large 3GB file
But it does not include the fix that someone created in 2015 for negative percentages displayed when the file size gets above 2GB. So this is a request for an update if possible. Please and thank you.
Inetc plugin shows negative download percentage for large 3GB file
That Github project already has an open issue for this so the author already knows.Originally Posted by GTVic View PostSo this is a request for an update if possible. Please and thank you.