979899100101102103104105106107
comms[1] += " " + comms[i]; //NOSONAR } } } FtpContext ftpContext = new FtpContext(clientSession, comms); curCommand.execute(ftpContext); } else { clientSession.reply(String.format(FtpConst.Replyes.REPLY_500, comms[0].toUpperCase()));
102103104105106107108109110111112
} logStr += " " + comms[1]; } FtpContext ftpContext = new FtpContext(clientSession, comms); curCommand.execute(ftpContext); } else { clientSession.reply(String.format(FtpConst.Replyes.REPLY_500, comms[0].toUpperCase()));