From: [EMAIL PROTECTED] Operating system: Windows XP and Linux PHP version: 4.1.1 PHP Bug Type: FTP related Bug description: ftp_rawlist doesn't work when spaces in directory pointed to
I'm using the ftp_rawlist() to make an index of ftp's but this doesn't work windows(dos) list type ftp's (works fine on unix list type): $list = ftp_rawlist($conn_id, "/foo bar"); echo $list[1]; Same thing for the ftp_nlist. I have tried this in both the linux and win32 version of php. I know it has been reported before, but I haven't seen any of the reports mentioning that it only occurs on SYSTYPE Windows, that's why I report it (again). -- Edit bug report at: http://bugs.php.net/?id=15231&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]