command: add command "listfiles"
Lists files and directories. Supports storage plugins.
This commit is contained in:
@@ -39,6 +39,9 @@ handle_kill(Client &client, int argc, char *argv[]);
|
||||
CommandResult
|
||||
handle_close(Client &client, int argc, char *argv[]);
|
||||
|
||||
CommandResult
|
||||
handle_listfiles(Client &client, int argc, char *argv[]);
|
||||
|
||||
CommandResult
|
||||
handle_lsinfo(Client &client, int argc, char *argv[]);
|
||||
|
||||
|
Reference in New Issue
Block a user