Run a Dir() command on an ftp or http folder.

E

Ed

I it possible to query an ftp or http folder using the Dir(command). E.g.,

folderis= "ftp://ftp.myfiles.com/wills/"
doc(1) =Dir(folderis & "*.doc")
doc(2) =Dir

???

I have tried lots of ways. None work yet. Anyone know of a way?

Thanks,

Ed
 
Top