I am trying to work on a personal script to auto-update an addon for a game. I want to automate the update process which is:
How would I go about requesting the info of the files on the above page to compare to my local file's md5 and replace if different, in PHP.
Since, to me, this looks like an ftp directory I have tried using ftp_connect() but without the ftp.xxxx.xxx info I am not able to do what I want.