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
...
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
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..