public void getFileFromInput(String fileUID, File dest, InputClientCallBack cb)
     throws InputClientException, IOException {
   inputClient.get(fileUID, dest, cb);
 }