File transfer functionality for Server #1552
Unanswered
wulfhunter94
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is no server functionality. One blocker is that there are no session informations avialable in the method context. This is needed store the file handles of a client, to isulate them from other clients and close them when a client disconnects. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hy, I am trying to use the asyncua package to set up a server which is able to transfer files. I have discovered, that this package has already some kind of solution for the client side - I am looking for the server counterpart.
I tried using the "FileType" Object-Type but it seems none of the provided methods (open, close, read, write, etc.) within the filetype are implemented. Is this the case or did I just misunderstand the functionality? If they are not implemented, what would be a proper way to implement those methods myself?
Best wishes and thanks for your effort!
Beta Was this translation helpful? Give feedback.
All reactions