Click to See Complete Forum and Search --> : Network disk + PHP4


sukhorukov
02-11-2001, 10:33 PM
What can I do, if I whant use network(mapping) disk in my PHP script? Windows 2000 Advanced Server, IIS and PHP4.

Anon
02-14-2001, 08:43 AM
You can map drives to drive letters to make it easy, and this works just like normal real attached drives. Some people have gotten the network location system to work aswell such as "\\servername\sharename".

stone
02-14-2001, 01:52 PM
Hi

Anonymous wrote:
-------------------------------
Some people have gotten the network location system to work aswell such as "\\servername\sharename".

Do you know how they've done that. I know that UNC-paths (the \\server\share ones) worked in PHP3 but - as I know - they don't in PHP4.

The problem with mapped drive letters is, that they're usually not available on a NT webserver, as nobody is logged in.

Christoph

sukhorukov
02-15-2001, 12:19 AM
Thanks to all!
The problem was in the security of Windows:
the anonymous user just couldn't see the mapped disk. To address the problem I simply created a new system user with the necessary rights and added him to anonymous access.

Anon
03-01-2001, 08:26 AM
Anonymous wrote:
-------------------------------
> Some people have gotten the network
> location system to work aswell such
> as "\\servername\sharename".

> Do you know how they've done that. I know
> that UNC-paths (the \\server\share ones)
> worked in PHP3 but - as I know - they
> don't in PHP4.


If you ever figure out how to access a file located at "//server/sharename", please let me know.

Thanks.


The problem with mapped drive letters is, that they're usually not available on a NT webserver, as nobody is logged in.

Christoph