language agnostic - Get File Creation Date Over HTTP -
given file on webserver (e.g., http://foo.com/bar.zip -> accessible through http), there way date attributes (e.g., date [created, modified]) without downloading entire archive in first place?
right now, download archive , read attributes programmatically. trouble archive dozens of mib seems waste of resources download entire thing , end reading off couple of bytes of information.
i realize bandwidth practically free, don't wasteful in case.
try read last-modified header
Comments
Post a Comment