ID: 25702 User updated by: ctomele at hotmail dot com Reported By: ctomele at hotmail dot com -Status: Feedback +Status: Open Bug Type: FTP related Operating System: Windows 2003 Server Beta 2 PHP Version: 5CVS-2003-09-30 (dev) New Comment:
I think I was misunderstood. Actually the latest is that when I run IIS, ftp_nlist and ftp_rawlist do nothing no matter what ftp I go to. I was having other problems with IIS, so I disabled and installed apache. This fixed my problems with file uploads, and now nlist and raw list work fine. So, again, I'm assuming that IIS 6, running PHP is problematic, although Apache 2 is fine on the same machine. Previous Comments: ------------------------------------------------------------------------ [2003-10-01 10:24:05] [EMAIL PROTECTED] The example script you provided connects to some WuFTPD site, NOT IIS. ------------------------------------------------------------------------ [2003-10-01 10:16:18] ctomele at hotmail dot com Well, I uninstalled PHP, reinstalled with clean ini, and I'm still not getting a thing. I can appreciate that it works on XP, but I'm using Sever 2003 and IIS 6, so I don't know if that's applicable. ------------------------------------------------------------------------ [2003-09-30 14:43:06] [EMAIL PROTECTED] Works fine also under windows XP. ------------------------------------------------------------------------ [2003-09-30 14:40:48] [EMAIL PROTECTED] Works fine for me with PHP 4.3.4RC2-dev. (Linux) ------------------------------------------------------------------------ [2003-09-30 14:30:03] ctomele at hotmail dot com $ftp_server = "wuarchive.wustl.edu"; $conn_id = ftp_connect($ftp_server) or die("Couldn't connect to $ftp_server"); ftp_login($conn_id, "anonymous", "[EMAIL PROTECTED]"); $content = ftp_nlist($conn_id, "/"); echo "<pre>"; print_r($content); echo "</pre>"; ftp_close($conn_id); ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/25702 -- Edit this bug report at http://bugs.php.net/?id=25702&edit=1