ID:               22591
 User updated by:  davidfelton at codemasters dot com
 Reported By:      davidfelton at codemasters dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         FTP related
 Operating System: Windows 2000 Server
 PHP Version:      4.3.1
 New Comment:

Can you verify that it's not working with 4.3.1 CGI?


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

[2003-03-07 11:00:59] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

------------------------------------------------------------------------

[2003-03-07 09:21:27] davidfelton at codemasters dot com

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 this bug report at http://bugs.php.net/?id=22591&edit=1

Reply via email to