I know there is no way to display the folders and files on a remote server without editing the settings on the remote server (not an option where I am). I have downloaded tons of open source programs to try this and they can only display items on it's own server.
Is there client-side code/script that can display or output a directory structure (similar to DIR in DOS) to a CSV file (or something similar) so my PHP code can read that and import the data into a useable display? Should I just output some DOS dir command to a text file?