Forum Moderators: coopster

Message Too Old, No Replies

Windows Network File System Access

         

YorkshireSteve

3:38 pm on Oct 11, 2007 (gmt 0)

10+ Year Member



Hi Guys,

I'm trying to get an intranet application to create folders on another machine, on the same network.

I can get to it via '\\192.168.7.201\FolderName', and have also mapped the network location '\\192.168.7.201' the the drive 'S'.

Here's what I get:

Warning: scandir() [function.scandir]: remote host file access not supported, file://\\192.168.7.201/ in C:\Websites\Job Bags\www\_test.php on line 7

Warning: scandir(file://\\192.168.7.201/) [function.scandir]: failed to open dir: no suitable wrapper could be found in C:\Websites\Job Bags\www\_test.php on line 7

Warning: scandir() [function.scandir]: (errno 2): No such file or directory in C:\Websites\Job Bags\www\_test.php on line 7

The machine running the webserver is a Windows XP box, and is trying to talk to a Windows 2003 Small Business Server.

Any help will be fully appreciated as Googling finds very, very little on this and the PHP website doesn't have anything about it.

Thanks,

Steve

jatar_k

6:59 pm on Oct 15, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



how are you accessing it codewise?

never done this myself but if you do it using the S drive it should work