Archive: downloading a secure file


downloading a secure file
During a installation I have to download a file from the Internet. With the NSISDl.dll this is easy to do. But does someone know how to download a secure file (username/password needed)?

rplruijs


Did you try the InetC plugin?

Stu


To make it really secure use https (inetc supports this).
http://nsis.sourceforge.net/Inetc_plug-in


Thangs for you answer!

It works, but

The file I want to download is on a https server.
With this plugin it's possible to download such a secure file but the user have fill in its username and password manually.
What I really want is pass the username/password combination through a function in the script. Do you have suggestions for this case?

remco ruijsenaars


Use URL encoded https://login:password@host/path
And here http://forums.winamp.com/showthread....11#post2171911 is something about special characters in auth part.