objC = new SOSVfsSFtp();
logger.debug(String.format(objMsg.getMsg(SOSVfs_D_0201), conMethodName, SOSVfsFtp.class.toString()));
}
if (strWhatSystem.equalsIgnoreCase(enuTransferTypes.local.Text()) || strWhatSystem.equalsIgnoreCase(enuTransferTypes.file.Text())) {
objC = new SOSVfsLocal();
logger.debug(String.format(objMsg.getMsg(SOSVfs_D_0201), conMethodName, SOSVfsLocal.class.toString()));
}
if (strWhatSystem.equalsIgnoreCase(enuTransferTypes.zip.Text())) {
objC = new SOSVfsZip();