Finish Hotfix-89
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user