Forum Moderators: coopster
The more I think about it, I realize it has to be possible. When you go to a website and there isn't a index file a default file is loaded called 'Index of /folder_name'
This page gives you the Name, Last modified, Size and Description of each file. So the information is somewhere there for the taking.
D
HEADrequest and parse out the Last Modified information? Note that not all servers may be configured to send this info back to you though.
By the way, as of PHP 5.0.0 filemtime() can also be used with some URL wrappers.