assertEquals(FtpConst.Replyes.REPLY_215, client.executeCommand(new CmdSyst()));
assertEquals(FtpConst.Replyes.REPLY_257, client.executeCommand(new CmdMkd("/production/test_folder")));
client.close();
log.info("Complete.");
}
public void testRMD() throws Exception
{
Log log = getLogger(FtpConst.Commands.CMD_RMD);