DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦c38e85b18⟧ TextFile

    Length: 1258 (0x4ea)
    Types: TextFile
    Names: »V«

Derivation

└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦9b46a407a⟧ 
            └─⟦12c68c704⟧ 
                └─⟦this⟧ 
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦458657fb6⟧ 
            └─⟦220843204⟧ 
                └─⟦this⟧ 

TextFile

with Ftp_Defs;
with Ftp_Name_Map;
with Profile;

package Ftp_Profile is

    pragma Subsystem (Ftp_Interface, Private_Part => Closed);
    pragma Module_Name (4, 3539);

    function Remote_Machine   return String;
    function Remote_Type      return Ftp_Name_Map.Machine_Type;
    function Remote_Directory return String;
    function Remote_Roof      return String;

    function Auto_Login return Boolean;

    function Username return String;
    function Password return String;
    function Account  return String;

    function Transfer_Type      return Ftp_Defs.Type_Code;
    function Transfer_Mode      return Ftp_Defs.Mode_Code;
    function Transfer_Structure return Ftp_Defs.Structure_Code;

    function Send_Port_Enabled return Boolean;
    -- Always tell the remote server what port to use.

    function Prompt_For_Password return Boolean;
    function Prompt_For_Account  return Boolean;

    function Current_Remote_Type return Ftp_Name_Map.Machine_Type;
    function Current_Remote_Roof return String;

    function Profile_Get return Profile.Response_Profile renames Profile.Get;
    -- This declaration is introduced to avoid a name collision.

    procedure Show (Response : Profile.Response_Profile := Profile.Get);

end Ftp_Profile;