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

Are you sure you tested the latest snapshot? 
Are you sure you installed it correctly?
I just tried it on my win2k machine, and this works just fine for me.



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

[2003-03-10 04:14:07] davidfelton at codemasters dot com

Thanks.
Yes.

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

[2003-03-07 12:04:06] [EMAIL PROTECTED]

Can you verify it's not working with the latest stable snapshot?


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

[2003-03-07 11:17:10] davidfelton at codemasters dot com

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

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

[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