File Transfer support

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
opcua-user
Jr. Member
Jr. Member
Posts: 2
Joined: 22 Sep 2014, 15:06

File Transfer support

Post 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.

User avatar
Support Team
Hero Member
Hero Member
Posts: 3068
Joined: 18 Mar 2011, 15:09

Re: File Transfer support

Post 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

opcua-user
Jr. Member
Jr. Member
Posts: 2
Joined: 22 Sep 2014, 15:06

Re: File Transfer support

Post by opcua-user »

Hi,

and thanks for your fast reply.


Best regards.

Post Reply