Archive: nsisdl failed


nsisdl failed
NSISdl::download "ftp://ftp.mcafee.com/pub/antivirus/datfiles/4.x/update.ini" update.ini

failure: connecting to host

/TIMEOUT=30000
does not help

:( pls help


Try:

NSISdl::download "ftp://ftp.mcafee.com/pub/antivirus/datfiles/4.x/update.ini" "$INSTDIR\update.ini"

-Stu


Sorry - no way

#

is it possible that nsisdl can not proceed FTP?

>> This plugin can be used from NSIS to download files via http.

##

must be http

NSISdl::download /TIMEOUT=30000 "http://download.nai.com/Products/CommonUpdater/update.ini" update.ini


Maybe.
If that file is not updated constantly, then you could host it on some free http webspace.

-Stu


Appear me that file not exist in that server...


Works for me if I open the link in web browser, but NSISdl fails.

-Stu


must be http

NSISdl::download /TIMEOUT=30000 "http://download.nai.com/Products/CommonUpdater/update.ini" update.ini


nsisdl can not work on ftp - pls set it on the request list

files are there - you can watch them


The ftp link don't work (I tried several times and showed "The page cannot be displayed"...), but the http link is working. (Using the browser)


temporarily i'm using curl to up- and download to/from FTPs.