Lines Matching refs:GetRequestPathForFtpCommand
338 std::string FtpNetworkTransaction::GetRequestPathForFtpCommand(
879 std::string command = "SIZE " + GetRequestPathForFtpCommand(false);
913 std::string command = "RETR " + GetRequestPathForFtpCommand(false);
962 std::string command = "MDTM " + GetRequestPathForFtpCommand(false);
992 std::string command = "CWD " + GetRequestPathForFtpCommand(true);