|
|
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: 806 (0x326)
Types: TextFile
Names: »B«
└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
└─⟦9a14c9417⟧ »DATA«
└─⟦this⟧
separate (Library_Extensions)
procedure Download_File
(Host_File_Name : String;
Target_File_Name : String;
Remote_Directory : String;
Remote_Machine : String;
Status : in out Simple_Status.Condition) is
begin
Log.Put_Line
(Message => "download_file (Host_File_Name => " & Host_File_Name &
", Target_File_Name => " & Target_File_Name &
", Remote_Directory => " & Remote_Directory &
", Remote_Machine => " & Remote_Machine & ")",
Kind => Profile.Sharp_Msg);
Simple_Status.Initialize (Status);
exception
when others =>
Unhandled_Exception (Status, "Download_File");
end Download_File;