Example '04-file transfer' not working on separate machines #75
alvarogarciamartinez
started this conversation in
General
Replies: 0 comments 2 replies
-
as specified in the first paragraph of the sample-04:
so yes, sample-04 is intended to run on a single machine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using the EDC to exchange files between instances running on different machines is addressed in sample 5, so please have a look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have tried running the file transfer sample in two different machines, one acting as the provider and one as the consumer, using a third machine to interact with the consumer (the client). Some minor modifications have been done to the code, to offer more than one asset in the provider.
After posting a contract and it being accepted, I have posted the transfer process, following the documentation
The transfer process is completed, but the file instead of transferring to the dataDestination folder in the consumer it's just copied in the provider machine, in the dataDestionation folder.
Is this the expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions