[PHP-WIN] Re: how to access file stats on network dirves..

2002-11-22 Thread ©Henk-Jan de JongT
thanxs for your response.. i worked around it the following way: in my php script i envoke the ntvdm via cmd.exe through teh command net use drive_letter: \\servername\path /user:username pass in the next step i walk through the filesystem using opendir. en then check wether the returned value is

[PHP-WIN] Re: how to access file stats on network dirves..

2002-11-20 Thread ©Henk-Jan de JongT
... just found out it's only a rights thing... iis runs as iusr_$machine_name this user as a default cannot access the network drives... "©Henk-Jan De Jongt" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm working o

[PHP-WIN] how to access file stats on network dirves..

2002-11-20 Thread ©Henk-Jan de JongT
I'm working on a file sharing solution in php. i got a network share that contains these files. the idea is to read the file data en parse descriptions thru php to the client in html. only problem is that opendir works fine on the local drives, but reports only errors when used on network drives..