|
@@ -4,11 +4,12 @@ CMD commands[]{
|
|
{CMD_HELP, "help", "show help"},
|
|
{CMD_HELP, "help", "show help"},
|
|
{CMD_STATUS, "status", "query status of IP"},
|
|
{CMD_STATUS, "status", "query status of IP"},
|
|
{CMD_DISCONNECT, "disconnect", "disconnect from IP"},
|
|
{CMD_DISCONNECT, "disconnect", "disconnect from IP"},
|
|
|
|
+ {CMD_PUT , "put", "upload file to IP and add to queue"},
|
|
|
|
+ {CMD_GET , "get", "retrieve file from IP"},
|
|
|
|
|
|
/* TODO
|
|
/* TODO
|
|
- {CMD_PUT , "put", "upload file to IP and add to queue"},
|
|
|
|
{CMD_REMOVE , "remove", "remove file from IP and queue (stops xfer
|
|
{CMD_REMOVE , "remove", "remove file from IP and queue (stops xfer
|
|
- if required)"}, {CMD_GET , "get", "retrieve file from IP"},
|
|
|
|
|
|
+ if required)"},
|
|
{CMD_SETUP , "setup", "configure server at IP"},
|
|
{CMD_SETUP , "setup", "configure server at IP"},
|
|
{CMD_LOG , "log", "show log from IP"}
|
|
{CMD_LOG , "log", "show log from IP"}
|
|
*/
|
|
*/
|