Lists the contents of a directory on a remote system.
This command simply outputs the names of files in a directory on the remote system specified with the --host
flag. The directory to list is chosen with the --dir
flag.
To get a list of the details of each file in the directory, you can instead add the --multiline
flag. The output will then contain file sizes, owners,
permissions and so on.
Example usage
cloudmin list-directory --host xencentos.home --dir /etc hosts passwd group
Command Line Help
Lists the contents of a directory on a remote system. cloudmin list-directory --host name --dir path [--multiline]