Page 1 of 1

How to list a folder of "My networks places"

Posted: Wed Jul 19, 2006 3:30 am
by javi_arboleya
Hi,

I have a folder in my network places that I need to list from a php script, looking at folder properties I've seen that it has an address like this:

http://projectserver:8082/sites/project ... imaci%F3n/

But I don't know how can I list the files in this folder from php, because "opendir" doesn't permit http addresses.

How can I do this?

thanks in advance

Posted: Wed Jul 19, 2006 9:44 am
by Ward
Map it to a drive letter. Then you can just open it like a normal local file.

Posted: Wed Jul 19, 2006 10:14 am
by Burrito
Ward wrote:Map it to a drive letter. Then you can just open it like a normal local file.
work this usually does not. specific to users mapped drives are. Log in as IUSR you *usually* can not. use a full UNC path you probably must.