How to send files to another server
Dear all,
I want to send files which created on ThingWorx to another server.
The flow is below and want to know how to do "2".
1. Create a file on ThingWorx.
2. Send it to another server.
Kindly let us know.
Dear all,
I want to send files which created on ThingWorx to another server.
The flow is below and want to know how to do "2".
1. Create a file on ThingWorx.
2. Send it to another server.
Kindly let us know.
To transfer from one ThingWorx server (From repository) to another different server you would need a protocol to connect and transfer content over it. If your another server does have a REST end point you can try ThingWorx content loader functions to do this. Otherwise you can write your custom utility/extension which will pick up the files from one TWX repository and place it to your desired server location or else you can have a ThingWorx SDK on another server and can transfer file over WS protocol (This would be least recommended as you will be using SDK only for transfer purpose).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.