ServerInterface.cpp File Reference

#include "RioError.h"
#include "ServerInterface.h"
#include "RioModuleTypes.h"
#include "common.h"
#include "UserLogs.h"
#include <http_config.h>
#include <http_log.h>
#include <util_filter.h>
#include <http_protocol.h>
#include <apr_strings.h>
#include <http_request.h>
#include <stdlib.h>

Go to the source code of this file.

Variables

TExecCmd CommandTable []
TLogCmd LogCommandTable []

Variable Documentation

Initial value:
 {
    { "login", CMD_LOGIN_ID, 2, 2 },
    { "quit", CMD_QUIT_ID, 0, 0 },
    { "sessions", CMD_SESSIONS_ID, 0, 0 },
    { "ls", CMD_LS_ID, 1, 1 },
    { "rm", CMD_RM_ID, 1, 1 },
    { "mkdir", CMD_MKDIR_ID, 1, 1 },
    { "download", CMD_DOWNLOAD_ID, 1, 3 },
    { "mv", CMD_MV_ID, 2, 2 },
    { "upload", CMD_UPLOAD_ID, 2, 2 },
    { "adduser", CMD_ADDUSER_ID, 2, 2 },
    { "deluser", CMD_DELUSER_ID, 1, 1 },
    { "passwd", CMD_PASSWD_ID, 2, 2 },
    { "userlist", CMD_USERLIST_ID, 0, 0 },
    { NULL, CMD_INV_ID, 0, 0 } }

Definition at line 42 of file ServerInterface.cpp.

Initial value:
 {
    { "login", 2 },
    { "adduser", 2 },
    { "passwd", 2 },
    { NULL, 0 } }

Definition at line 60 of file ServerInterface.cpp.

Generated on Wed Jul 4 16:03:30 2012 for RIO by  doxygen 1.6.3