Purpose
This document describes an information model for file transfer. Files could be modelled in OPC UA as simple Variables using ByteStrings. However, the overall message size in OPC UA is limited due to resources and security issues (denial of service attacks). Only accessing parts of the array can lead to concurrency issues if one client is reading the array while others are manipulating it. Therefore, the ObjectType FileType represents a file with Methods to access the file. The life cycle of a file stored on a hard disk and an instance of the FileType representing the file in an OPC UA AddressSpace can be independent
Comment on proposal
Required form fields are indicated by an asterisk (*) character.