Hello
I am trying to copy a file from one server to another by using the following sentence:
CSFile originalFile = client.getFile(myCSVPath);
originalFile.copy(tagetCSVPath, true);
The problem that Im facing is that even though the file is being copied, it seems is losing it's properties such as the references to some DCR's.
Can you please tell what I am missing? if a have to specify the the references after coping the file.
Thank you so much in advance