
{ parameters sent from client to server

  TYPE
    pft$df_change_file_in = record
      path_length: pft$file_path_index,
      cycle_selector: pft$cycle_selector,
      password: pft$name,
      system_privilege: boolean,
      change_file_count: pft$array_index,
    recend;

    { The path and change_list follow in this buffer.

*copyc pft$array_index
*copyc pft$cycle_selector
*copyc pft$file_path_index
*copyc pft$name
