ID: 15831
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: IIS related
Operating System: Windows 2000 Server
PHP Version: 4.1.1
New Comment:
Well, the problem i explain is a bug not a teorical problem, the
function ftp_nlist() and ftp_rawlist() do not work in a simple script
like this.
$ftp=ftp_connect("127.0.0.1");
ftp_login($ftp,"user","pass");
$matrix=array();
$matrix=ftp_nlist($ftp,"downloads");
for($i=0;$i<count($matrix);$i++)
{
echo"{$array[$i]}";
}
This occurs in Windows 2000 Server (IIS 5.0) with PHP 4.1.1 and else
with the ftp_rawlist() function.
The function does not return anything.
You could try it, and see that is true.
Thx.
Previous Comments:
------------------------------------------------------------------------
[2002-03-02 14:00:22] [EMAIL PROTECTED]
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php
------------------------------------------------------------------------
[2002-03-02 10:38:30] [EMAIL PROTECTED]
When i am using the ftp_nlist() or ftp_rawlist() functions returns
anything i can already tryed with pasv mode and the result is the same,
i have tryed with a lot of examples sources and nothing, so i can not
do my project in PHP.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15831&edit=1