Heya,
I want to utilize a php script to check whether a file is updated since it was last downloaded.
Scenario:
Update.exe needs to download a file only when the date/time of the local file is different then the date/time at the server. But i want the date/time on the server to be thesame as the time that i compiled it locally. But because i am uploading the file using FTP this seems impossible?
So i wonder, is there a way i can set the date/time of the server file to the same date/time that it was compiled? Can this maybe be done by using a php script to upload the file instead of uploading the file with ftp?