From: davidfelton at codemasters dot com
Operating system: Windows 2000 Server
PHP version: 4.3.1
PHP Bug Type: FTP related
Bug description: ftp_rawlist still not working
same as bug #16057, which was closed, but shouldn't have been.
ftp_rawlist doesn't work at all on windows server with IIS.
cgi version of PHP.
//connect
$con=ftp_connect("ftp.microsoft.com");
// Attempt to login to the remote server
ftp_login($con,"anonymous","[EMAIL PROTECTED]");
//try and use ftp_rawlist
$fileList = ftp_rawlist($con, "/Services/enterprise");//will hang
--
Edit bug report at http://bugs.php.net/?id=22591&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=22591&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=22591&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=22591&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=22591&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=22591&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=22591&r=support
Expected behavior: http://bugs.php.net/fix.php?id=22591&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=22591&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=22591&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=22591&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22591&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=22591&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=22591&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=22591&r=gnused