Archive: inetc::get problem


inetc::get problem
Hello,

I can't get inetc to work.

inetc::get "http://www.monsite.com/version_info.txt" "C:\Users\Username\AppData\Local\Temp\test.txt" /end
Pop $0 # return value = exit code, "OK" if OK
MessageBox MB_OK "Download Status: $0"


When I run the code above, I have the following popup message
"Download Status: U" and the file test.txt is not created in my AppData\Local\Temp\ folder.

What am I doing wrong?

Thanks in advance for your help

Are you using Unicode NSIS?

Stu


Yes, it seems that was the problem, I have downloaded the plugin again and now everything works correctly.
Thanks for your help Afrow UK