
{ Parameters sent from CLIENT to SERVER:

  TYPE
    pft$df_put_archive_info_inp = record
      cycle_selector: pft$cycle_selector,
      path_length: pft$array_index,
      info_size: integer,
    recend;

{ PATH follows in the buffer.
{ INFO_RECORD follows in the buffer if it is small enough,
{ otherwise INFO_RECORD will be found in the data buffer.


{ Parameters received by CLIENT from SERVER:
{   status

*copyc pft$array_index
*copyc pft$cycle_selector
