Only from downloading.
I've tried the blockOS autoupdater script, and a script by Greek2me, and neither downloads .zip files without corrupting them. Any ideas?
reload the resource manager
CreateDownloaderConnection is a old function I made.
The setModPaths... is a way of loading all zips so the files inside can be accessed.the createDownloaderConnection function in BlockOS is used as follows:createDownloaderConnection(%pathOnServer, %serverAddress, %savePath, %requiresRestart*)*Purely used to prompt a restart after BlockOS updatesan example would be:if you want to download the file: http://download.me/file.zip to /config/asdf.zip, you would use:createDownloaderConnection("file.zip", "download.me:80", "/config/asdf.zip", false)
setmodpath... - Yes, I knew it did this, what is he referring to with reloading resource manager?and yes, I knew how to use the downloader, it just corrupted .zip files when used.Could it be that I was trying to download from dropbox instead of a simpler website?
PM Me your code,you probably have faulty code.
That doesn't look like my AU code at all. Anyway, it should work from dropbox as long as it's a direct link to the file.