K
Konstantin Mironov
Hi all!
We have the corporate website based on MS IIS 5.0. There's an ASP page for
our customers with the hyperlinks to downloadable files that are hosted on
external web server (in order to reduce corporate internet traffic). It's
demanded to dinamically show the size and the date of creation for each
hyperlinked file on this page. I found a solution know how to do it if the
files are on the same server - with the "getfile([local path]).size" method
of the "Scripting.FileSistemObject". But is it possible anyway if the files
are hosted somewhere else? Are there exist any components/objects for
retrieving file properties remotely via HTTP or FTP protocols?
We have the corporate website based on MS IIS 5.0. There's an ASP page for
our customers with the hyperlinks to downloadable files that are hosted on
external web server (in order to reduce corporate internet traffic). It's
demanded to dinamically show the size and the date of creation for each
hyperlinked file on this page. I found a solution know how to do it if the
files are on the same server - with the "getfile([local path]).size" method
of the "Scripting.FileSistemObject". But is it possible anyway if the files
are hosted somewhere else? Are there exist any components/objects for
retrieving file properties remotely via HTTP or FTP protocols?