}
if (strPreFtpCommands.length() > 0) {
String[] strA = strPreFtpCommands.split(";");
for (String strCmd : strA) {
this.getLogger().debug("..try to send [" + strCmd + "] to the Server ");
sosftp.sendCommand(strCmd);
this.getLogger().debug(FTP_SERVER_REPLY + strCmd + conClosingBracketWithColon + ftpClient.getReplyString());
}
}
if (strControlEncoding.length() > 0) {