objVFS4Target.setTarget();
objVFS4Target.Connect(objOptions.getConnectionOptions().Target());
objVFS4Target.Authenticate(objOptions);
objDataTargetClient = (ISOSVfsFileTransfer) objVFS4Target;
objVFS4Target.setTarget();
objVFS4Target.Options(objOptions);
}
ISOSVirtualFile objSourceFile = objDataSourceClient.getFileHandle(strSourceFileName);
if (objSourceFile.notExists() == true) {
throw new JobSchedulerException(".. file '" + strSourceFileName + "' does not exist ");