Searched refs:CMDSTR_FILE_SEND (Results 1 – 7 of 7) sorted by relevance
17 import { CMDSTR_FILE_RECV, CMDSTR_FILE_SEND, CMDSTR_SHELL } from '../common/ConstantType';42 } else if (cmd.startsWith(CMDSTR_FILE_SEND)) {44 formatCommand.parameters = cmd.substring((CMDSTR_FILE_SEND + ' ').length);
24 export const CMDSTR_FILE_SEND: string = 'file send'; constant
333 } else if (!strncmp(input.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in String2FormatCommand()
60 registerCommand.push_back(CMDSTR_FILE_SEND); in IsRegisterCommand()100 …if (outCommand != CMDSTR_FILE_SEND && outCommand != CMDSTR_FILE_RECV && outCommand != CMDSTR_APP_I… in AppendCwdWhenTransfer()
82 } else if (!strncmp(command.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in ExecuteCommand()
323 if (!strncmp(commandIn.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in ExecuteCommand()
121 const string CMDSTR_FILE_SEND = "file send"; variable