Lines Matching defs:command
411 int FtpNetworkTransaction::SendFtpCommand(const std::string& command, in SendFtpCommand()
696 std::string command = "USER " + UTF16ToUTF8(username_); in DoCtrlWriteUSER() local
728 std::string command = "PASS " + UTF16ToUTF8(password_); in DoCtrlWritePASS() local
759 std::string command = "SYST"; in DoCtrlWriteSYST() local
812 std::string command = "PWD"; in DoCtrlWritePWD() local
857 std::string command = "TYPE "; in DoCtrlWriteTYPE() local
893 const std::string command = "EPSV"; in DoCtrlWriteEPSV() local
927 std::string command = "PASV"; in DoCtrlWritePASV() local
960 std::string command = "RETR " + GetRequestPathForFtpCommand(false); in DoCtrlWriteRETR() local
1011 std::string command = "SIZE " + GetRequestPathForFtpCommand(false); in DoCtrlWriteSIZE() local
1061 std::string command = "CWD " + GetRequestPathForFtpCommand(true); in DoCtrlWriteCWD() local
1107 std::string command(system_type_ == SYSTEM_TYPE_VMS ? "LIST *.*;0" : "LIST"); in DoCtrlWriteLIST() local
1141 std::string command = "QUIT"; in DoCtrlWriteQUIT() local