i'm trying to build a little ftp application in php.
there is already a listing function (ftp_rawlist) that give almost what i want but this function does not list hidden files.
i know the ftp function is LIST -al
but if i try to do ftp_raw($conn, 'LIST -al') this don'T work.
Even with only LIST or LS i've try a lot of combination.
Any idea, it is possible to see hidden file ? with flashfxp we can...
Thanks