ID: 19855
User updated by: [EMAIL PROTECTED]
-Summary: ftp_rawlist and ftp_nlist still return nothing
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: FTP related
Operating System: NT4, XP Pro
PHP Version: 4.2.3
New Comment:
fixed spelling
Previous Comments:
------------------------------------------------------------------------
[2002-10-10 16:57:17] [EMAIL PROTECTED]
I have checked all the other bug reports for this issue but they have
all been closed. I just downloaded the newest version
php4-win32-STABLE-200210101600.zip from snaps.php.net and it still
doesn't work.
I have tried this with NT4/IIS4 and XP/IIS5, both running in 'cgi'
mode.
The code I am using:
$con = ftp_connect('192.168.3.18',21,30);
$rc = ftp_login($con,'ftpclient','*');
if ($con) {
$rawlist = ftp_rawlist($con,'');
$nlist = ftp_nlist($con,'');
echo 'rawlist<br>';
print_r($rawlist);
echo 'nlist<br>';
print_r($nlist);
ftp_close($con);
Thanks.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19855&edit=1