
  { parameters sent from client to server

  TYPE
    pft$df_put_item_info_in = record
      backup_file_version: pft$backup_file_version,
      info_size: integer,
      path_length: pft$file_path_index,
      permit_level: pft$permit_level,
      selection_criteria: put$selection_criteria,
      restore_archive_information: boolean,
      audit_restorations: boolean,
      permit_count: pft$permit_count,
      cycle_count: pft$cycle_count,
    recend;

    { The path and info_record follow in this buffer, if they're small enough;
    { otherwise they're in the data buffer.

*copyc pud$selection_criteria
*copyc pft$backup_file_version
*copyc pft$cycle_count
*copyc pft$file_path_index
*copyc pft$permit_count
*copyc pft$permit_level
