Question about Metadata for File Transfer Jobs
Hi,
I tried to deploy a batch file to a IoT device running Windows and expected it to be executed after downloaded, but the feature seems to not work (downloaded but not be executed)
Thingworx 8.5.19, WSEMS 5.3.2.1693
POST {{serverURI}}/Subsystems/FileTransferSubsystem/Services/Copy
{
"sourceRepo": "FileRepo",
"sourceFile": "backup.cmd",
"sourcePath": "/scripts",
"targetRepo": "IPU_1323212",
"targetPath": "/Tmp",
"targetFile": "backup.cmd",
"timeout": 120000,
"async": false,
"queueable": false,
"metadata": {
"download": {
"executeAfterDownload": true
}
}
}
Any ideas would be much appreciated!
Best Regards,
Hung Tran

