mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
Allow file upload
- add upload/simple - add upload/poll_upload - add "put" command to mfshell - add http POST method
This commit is contained in:
@@ -52,6 +52,7 @@ struct mfcmd commands[] = {
|
||||
{"links", "[quickkey]", "show access urls for the file",
|
||||
mfshell_cmd_links},
|
||||
{"get", "[quickkey]", "download a file", mfshell_cmd_get},
|
||||
{"put", "[local filename]", "upload a file", mfshell_cmd_put},
|
||||
{"rmdir", "[folderkey]", "remove directory", mfshell_cmd_rmdir},
|
||||
{"rm", "[quickkey]", "remove file", mfshell_cmd_rm},
|
||||
{"status", "", "device status", mfshell_cmd_status},
|
||||
|
||||
Reference in New Issue
Block a user