ID:               45129
 Updated by:       [EMAIL PROTECTED]
 Reported By:      lonedesign_2k at yahoo dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Filesystem function related
 Operating System: *
 PHP Version:      5.2.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




Previous Comments:
------------------------------------------------------------------------

[2008-06-23 16:06:53] nanawel at eyeos dot org

Problem reproduced with FileZilla Server 0.9.25 under Windows XP Pro
SP3.

------------------------------------------------------------------------

[2008-05-31 19:43:29] lonedesign_2k at yahoo dot com

Problem occurred using FileZilla Server 0.9.23 beta on Windows 2000,
and ProFTPD 1.2.9 on CentOS Enterprise Linux - OS ES 5.0.

------------------------------------------------------------------------

[2008-05-31 19:29:23] [EMAIL PROTECTED]

Works fine for me using tnftpd and vsFTPd..

------------------------------------------------------------------------

[2008-05-31 16:25:13] lonedesign_2k at yahoo dot com

OS changed from 'Windows 2000' to 'All' – reproduced on a Linux system.

------------------------------------------------------------------------

[2008-05-29 20:53:30] lonedesign_2k at yahoo dot com

Description:
------------
file_exists() is returning true, but the file does not exist in the
specified FTP directory.

Glen.

Reproduce code:
---------------
clearstatcache(); // just in case.

$dst = 'ftp://user:[EMAIL PROTECTED]/test.txt';

if (file_exists($dst)) {
    echo 'File exists.';
} else {
    echo 'File does not exist.';
}

Expected result:
----------------
Output of 'File does not exist.'.

Actual result:
--------------
Output of 'File exists.'.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=45129&edit=1

Reply via email to