Finish Hotfix-89

This commit is contained in:
2024-10-22 17:34:20 +02:00

View File

@@ -312,6 +312,9 @@ public abstract class BaseEntityExporter implements IEntityExporter {
boolean shouldCreateDirectory = "S".equalsIgnoreCase(wtbUserInfo.getFtpCreateDirectory());
String directory = UtilityString.isNullOrEmpty(wtbUserInfo.getFtpDirectory()) ? "/" : "/" + wtbUserInfo.getFtpDirectory();
if (wtbUserInfo.getFtpRetries() == null || wtbUserInfo.getFtpRetries() == 0)
throw new Exception("Attenzione valorizzare il numero di tentativi");
switch (wtbUserInfo.getFtpType()) {
case 1:
case 3: