Skip to content
⌘ NSIS Forum Archive

http + ftp download plug-in

545 posts

Mad Doggie#
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.
infd#
Hi! I have an issue with windows XP. Trivial code

inetc::get /NOCANCEL /NOCOOKIES /BANNER downloading "https://mame0129.my1*****mirrors.ini" "$PLUGINSDIR\downloads\mirrors.ini" /END
works everywhere but windows XP.
Popping result from stack gives an empty string.

Pop $2
StrCmp $2 "OK" last
This url works in xp's internet explorer.
I use the latest plugin and the latest NSIS versions.
infd#
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.
GTVic#
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
Anders#
Originally Posted by GTVic View Post
So this is a request for an update if possible. Please and thank you.
That Github project already has an open issue for this so the author already knows.