ID: 50923 User updated by: loke at xstream dot dk Reported By: loke at xstream dot dk -Status: Open +Status: Bogus Bug Type: Filesystem function related Operating System: Windows 2008 PHP Version: 5.3.1 New Comment:
I of course forgot backslashes Previous Comments: ------------------------------------------------------------------------ [2010-02-03 10:08:34] loke at xstream dot dk Description: ------------ I am trying to access files on a network path like \\10.1.2.3\storage\folder1\movies\test.mp4 More precisely i am trying to ftp_put this file. This does not seem to work, and when i test using file_exists() on the file it also returns false. This is odd however since i can easily access it using "Run" in windows. And i have a C# based service which also can readily access it, and even when the php is executed from the C# service (thereby using the same credentials) it fails. Reproduce code: --------------- <?php var_dump(file_exists("\\10.1.2.3\storage\folder1\movies\test.mp4")); ?> Expected result: ---------------- bool(true) Actual result: -------------- bool(false) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50923&edit=1