04-19-2017, 05:09 PM
Mudmin,
One thought with this is if you are able to provide the ability to check for the new file name on your server.
So right now you have this script built to check the text in the file on your server, and if it is different, it echos indicating there is a new version and what not. I moved this script into an automatic cron that emails me telling me to update the system.
From there I download the ZIP, upload it to the server and extract it, what I would like to do is run the update checker script, and if there is an update, check another file on your server that tells me the file name to get, e.g. the most recent ZIP was "423to426.zip", so then my server knows that is the file to grab, then when I go to do my updates, the file is already there!
Obviously everybody could use that part of the functionality different, just would be really cool if that would be an option.
Thoughts?
Thank you.
One thought with this is if you are able to provide the ability to check for the new file name on your server.
So right now you have this script built to check the text in the file on your server, and if it is different, it echos indicating there is a new version and what not. I moved this script into an automatic cron that emails me telling me to update the system.
From there I download the ZIP, upload it to the server and extract it, what I would like to do is run the update checker script, and if there is an update, check another file on your server that tells me the file name to get, e.g. the most recent ZIP was "423to426.zip", so then my server knows that is the file to grab, then when I go to do my updates, the file is already there!
Obviously everybody could use that part of the functionality different, just would be really cool if that would be an option.
Thoughts?
Thank you.