From:             ctomele at hotmail dot com
Operating system: Windows 2003 Server Beta 2
PHP version:      5CVS-2003-09-30 (dev)
PHP Bug Type:     FTP related
Bug description:  ftp_nlist & ftp_rawlist in IIS 6

Description:
------------
Running:
Win 2003 Server
IIS 6.0
FTP is IIS 6, and also XServer (OSX)

Gives an empty result.

Tried latest stable 4 as well as Version 5.0.0b2-dev.

I know this is beating a dead horse, I just didn't see anyone reporting it
on IIS 6 and it seems to have come back.

Reproduce code:
---------------
$ftp_server = "10.10.1.242";
$conn_id = ftp_connect($ftp_server) or die("Couldn't connect to
$ftp_server"); 

ftp_login($conn_id, "####", "####");

$content = ftp_nlist($conn_id, "/");

echo "<pre>";
print_r($content);
echo "</pre>";

ftp_close($conn_id);


Expected result:
----------------
Should have listed directory contents.

Actual result:
--------------
Nada.

-- 
Edit bug report at http://bugs.php.net/?id=25702&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25702&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25702&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25702&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25702&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25702&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25702&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25702&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25702&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25702&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25702&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25702&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25702&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25702&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25702&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25702&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25702&r=float

Reply via email to