?? NEWTITLE := '  nfe$file_transfer_services', EJECT ??

?? FMT (FORMAT := OFF) ??
*copyc nfc$abnormal_conditions

  CONST
    nfc$fts_base_status_condition = nfc$min_status_condition + 200;
?? SKIP := 2 ??
  CONST
    nfe$application_timeout              = nfc$fts_base_status_condition + 0,
    {E Peer did not respond in allotted time.}

    nfe$application_protocol_error       = nfc$fts_base_status_condition + 1,
    {E Message received from peer application contained protocol error.}

    nfe$connection_closed_by_peer        = nfc$fts_base_status_condition + 2,
    {E Peer application unexpectedly closed connection.}

    nfe$access_method_timeout            = nfc$fts_base_status_condition + 3;
    {E Access method received no response from peer in allotted time.}

?? FMT (FORMAT := ON) ??

?? OLDTITLE ??
