objC = new SOSVfsFtpS();
logger.debug(String.format(objMsg.getMsg(SOSVfs_D_0201), conMethodName, SOSVfsFtpS.class.toString()));
}
if (strWhatSystem.equalsIgnoreCase(enuTransferTypes.sftp.Text())) {
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();