System.out.println("Repository id is: " + repoId);
System.out.println("Folder id used as root: " + options.valueOf(fRootFolder));
Map<String, String> parameters = getConnectionParameters(getBinding(), repoId);
FileCopier fc = new FileCopier();
fc.connect(parameters);
fc.copyRecursive(name, folderId);
}