mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
add rmdir shell command and folder_delete api call
This commit is contained in:
@@ -46,6 +46,7 @@ struct mfcmd commands[] = {
|
||||
{"links", "[quickkey]", "show access urls for the file",
|
||||
mfshell_cmd_links},
|
||||
{"get", "[quickkey]", "download a file", mfshell_cmd_get},
|
||||
{"rmdir", "[folderkey]", "remove directory", mfshell_cmd_rmdir},
|
||||
{NULL, NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user