mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -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:
@@ -67,6 +67,9 @@ int mfshell_cmd_mkdir(mfshell * mfshell, int argc,
|
||||
int mfshell_cmd_get(mfshell * mfshell, int argc,
|
||||
char *const argv[]);
|
||||
|
||||
int mfshell_cmd_put(mfshell * mfshell, int argc,
|
||||
char *const argv[]);
|
||||
|
||||
int mfshell_cmd_whoami(mfshell * mfshell, int argc,
|
||||
char *const argv[]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user