Unable to download file from TWX-remoteRepository to edge-device with C-SDK using twFileManager_Get
Hi,
In our customer release, we need to download a file from Thingworx remote Repository to the system where C-SDK edge server is running.
We are trying the same with get file api in the below format, but its giving some errors and we are not able to achieve this.
twFileManager_GetFile("SystemRepository", "/", "test.txt", pConfigparam->m_ThingName, "twx", "\\test.txt", 0, TRUE, &tid);
1) we have tried transferring from SDK to TWX repository, that works with below format.
twFileManager_GetFile(pConfigparam->m_ThingName, "twx","test.txt", "SystemRepository", "\\", "test.txt", 60, TRUE, &tid);
2) When transferring from systemrepo (Thingworx) ,we get errors using the twFileManager_GetFile api.
Please suggest us how we can achieve this, provide us the steps/samples to do the same.

