Hola.-
¿Existe alguna manera para desde mi ordenador local saber si existe un fichero en una dirección de Internet para poder leerlo?
Algo así como.-
Dim fso, texto
set fso=server.createObject("scripting.FileSystemObjec t")
if fso.FileExists("http://www.loquesea.com/subcarpeta/motor.txt") then
...
end if
Gracias por anticipado.