add file/delete apicall and rm command to shell

This commit is contained in:
josch
2014-12-02 10:18:12 +01:00
parent 48d803911f
commit 83eb1d9dcc
6 changed files with 121 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ struct mfcmd commands[] = {
mfshell_cmd_links},
{"get", "[quickkey]", "download a file", mfshell_cmd_get},
{"rmdir", "[folderkey]", "remove directory", mfshell_cmd_rmdir},
{"rm", "[quickkey]", "remove file", mfshell_cmd_rm},
{"status", "", "device status", mfshell_cmd_status},
{"changes", "<revision>", "device changes (default: 0)",
mfshell_cmd_changes},