Home  >  Article  >  Backend Development  >  php访问win7共享文件夹的有关问题

php访问win7共享文件夹的有关问题

WBOY
WBOYOriginal
2016-06-13 11:56:341405browse

php访问win7共享文件夹的问题。
我在php中用mkdir("\\xxxx.xxx.xxxx\path\path1")在win7的共享文件夹下建立一个目录,但是报如下的错误:
mkdir(): Permission denied in
但是我用用同样的代码在xp上建立就可以。
请问是什么原因?
我用的服务器是iis。

------解决方案--------------------
Permission denied权限不够

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn