}
// first create an IMAGINARY 'place holder' file on the target (could give new name here)
dummyDataFileCopy = relativeToFODest.resolveFile(dummyFileDirName);
dummyDataFileCopy.createFile();
// and copy the source data to the target file
VFSUtil.copy(dummyDataFileSrc, dummyDataFileCopy, new MarkerListenerImpl(), doThirdPartyTransferForTwoGridFtpFileObjects);
// test content is identical
assertEquals(FileType.FILE, dummyDataFileCopy.getType());
if (assertContent) {