Hi all,
I noticed that when you pass a path to ftp_rawlist with a space in it, it messes up the function, e.g.
ftp_rawlist($cp,"/a/dude/something bad");
returns two arrays:
Array ( [0] => /a/dude/something: No such file or directory [1] => bad/: No such file or directory )
any workarounds with this, or do I just need to enforce no spaces in directories?
Thanks!