assertEquals(FtpConst.Replyes.REPLY_230, client.executeCommand(new CmdPass("admin")));
assertEquals(FtpConst.Replyes.REPLY_250, client.executeCommand(new CmdDele("/production/test_file.txt")));
client.close();
log.info("Complete.");
}
protected byte[] getBytes(String content)
{
byte[] data = new byte[content.length()];