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
downloading a secure file
5 posts
Did you try the InetC plugin?
Stu
Stu
To make it really secure use https (inetc supports this).
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
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😛assword@host/path
And here http://forums.winamp.com/showthread....11#post2171911 is something about special characters in auth part.
And here http://forums.winamp.com/showthread....11#post2171911 is something about special characters in auth part.