ID: 15231
User updated by: [EMAIL PROTECTED]
Old Summary: ftp_rawlist doesn't work when spaces in directory pointed
to
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: FTP related
Operating System: Windows XP and Linux
PHP Version: 4.1.1
New Comment:

nope, already tried that.


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

[2002-01-26 08:34:17] [EMAIL PROTECTED]

Does it work if you escape the space with a backslash (\)?

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

[2002-01-26 05:06:57] [EMAIL PROTECTED]

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 this 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]

Reply via email to