This is something I found on a web page, there may be utils which allow more outputs but these are the basic commands that you would be able to use in FTP lists.
ls
Shows list of files and dirs
Syntax
ls [file/dir name]
Options
-R Recursively display the files & directory.
-l Long listing of files & directory.
-a Show all files start with . (DOT) # for e.g.: .bash_profile
-N Name wise sorting.
|