hello
i try to build a little ftp client in php.
i use the ftp_rawlist command to list the content of a directory
the problem is that this command return only "normal" file.
with this command, I can't retreive the hidden and shortcut file.
a solution could be to use ftp_raw and ask the server myself for LIST -al so.. this command need php 5....
is there a way to retreive hidden file without moving to php 5 ?
Thanks