I just made a nice php gallery on my shell, which runs from my eggdrop's filesys folder. Done this essentially to allow users to upload, and download images, bypassing the java scripts and the restrictions on my http bandwidth.
So, i go into the filesys controls, do "ls" and i am rewarded by the complete listing of every file there.
Problem is that the root fo the folder has 10 files, and half a dozen subfolders. The ls command showed every file, in every folder, with no indication where it came from.
Being used to the "dir" command, and with full knowledge that "ls" doesnt normally do that, i am uncertain why this is happening, or how i can fix it?
Is there a way of making the "ls" command only return what is in the current folder and list the subfolders like the same command does on my shell?
Thanks,