G'day,
I am using DFS6.7 SP2 SDK for Java (1.8) to fetch documents by object ID.
By default the fetched documents are written to the system's temporary directory, e.g. /tmp on Linux.
I have tried modifying this behaviour with the following
transferProfile.setDestinationDirectory(destDir);
The destDir I specify exists and is writable but this has no effect. Fetched documents are always written to the default directory.
What is the correct approach need to specify where fetched documents are written?
Thanks,
Chris.