throw new IOException("cannot copy from path of type " + srcFO.getType() + " to another path of type " + destFO.getType());
}
// Need to manually refresh the content here after the copy because
// are not using the vfs approach which would normally cause re resolveFile
GridFtpMlsxFileObject destGridFtpFO = (GridFtpMlsxFileObject) destFO;
destGridFtpFO.forceGetInfo();
}