Page 1 of 1

File Transfer support

Posted: 22 Sep 2014, 15:13
by opcua-user
Hi,

does the Unified Automation OPC-UA SDK support file transfer (as described in the OPC-UA architecture specification, part 5, Annex C)?
I browsed the different modules of the SDK but could not find anything related to this.

What is the best way to add client-server file transfer using the C-based SDK?


Best regards.

Re: File Transfer support

Posted: 23 Sep 2014, 07:02
by Support Team
Hi,

File transfer is not supported directly by the ANSI C based SDK at the moment. But you can implement this functionality easily by creating an object of the type FileType and respond to the method calls.

Best regards
Support Team

Re: File Transfer support

Posted: 23 Sep 2014, 10:13
by opcua-user
Hi,

and thanks for your fast reply.


Best regards.