I have seen this question posted before, but have seen no answers to it. Hopefully, someone knows the answer to this....
I wrote a program that basically copies/deletes files from a local dir to a network dir. On my local machine, I can do this no problem. However, on the webserver that I am using to test this, I get an error telling me that my network drive is invalid (error right after the opendir command). I can get to the network drive, but not below it (i.e, I can get to g:, but not g:\file).
My local box (that works) is using Apache and Windows 2000. The webserver (which bombs out) is using NT and IIS4.
Any ideas or suggestions? Anything I can do to fix this or get around it?
Thanks!!
--Jim