Forum Moderators: coopster
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