Lines Matching defs:Command
50 enum Command {
66 // Major categories of remote system types, as returned by SYST command.
128 // issued command. Returns error code.
131 int SendFtpCommand(const std::string& command, Command cmd);
133 // Returns request path suitable to be included in an FTP command. If the path
187 Command command_sent_;
210 // Buffer holding the command line to be written to the control socket.
221 // Data type to be used for the TYPE command.
234 // Current directory on the remote server, as returned by last PWD command,