Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/03/2004, 10:14
Brewster
 
Fecha de Ingreso: marzo-2004
Mensajes: 174
Antigüedad: 21 años, 1 mes
Puntos: 1
FileSystemObject de local a Internet

Hola.-

¿Existe alguna manera desde mi ordenador local leer un fichero de texto alojado en un servidor?, algo así como.-

Dim fso, texto
set fso=server.createObject("scripting.FileSystemObjec t")
if fso.FileExists("http://www.pepe.com/prueba.txt") then
response.write("Existe")
else
response.write("No")
end if

Gracias.