ID:               45129
 Comment by:       nanawel at eyeos dot org
 Reported By:      lonedesign_2k at yahoo dot com
 Status:           Open
 Bug Type:         Filesystem function related
 Operating System: All
 PHP Version:      5.2.6
 New Comment:

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


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

[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