|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 1381 (0x565)
Types: TextFile
Names: »B«
└─⟦407de186f⟧ Bits:30000749 8mm tape, Rational 1000, RCFSUN
└─⟦e5cd75ab4⟧ »DATA«
└─⟦this⟧
separate (Sparc_Unix_Alsys)
function Get_Telnet_Info return Tc.Object is
Error_Pattern_List : constant Tc.Pattern_List :=
(1 => Tc.Build (Pattern_String => "error", For_Target => Target_Name));
Warning_Pattern_List : constant Tc.Pattern_List :=
(1 => Tc.Build (Pattern_String => "warning", For_Target => Target_Name));
Tc_Characteristics : Tc.Object :=
Tc.Build (Username_Prompt => "login: ",
Username_Failure => "",
Password_Prompt => "Password:",
Password_Failure => "Login incorrect",
Command_Prompt => "%",
Prompt1 => "",
Prompt2 => "",
Prompt3 => "",
Prompt4 => "",
Check_Status_Of_Commands => True,
Status_Command => "echo $status",
Status_Code_Offset => 1,
Status_Code_Length => 1,
Dir_Command => "test -d",
Initial_Command => "set prompt=""%""",
Transmit_Before_Login => (1 .. 2 => Ascii.Cr),
Transmit_After_Login => (1 .. 4 => Ascii.Cr),
Error_Pattern_List => Error_Pattern_List,
Warning_Pattern_List => Warning_Pattern_List,
For_Target => Target_Name);
begin
return Tc_Characteristics;
end Get_Telnet_Info;