assertEquals(FtpConst.Replyes.REPLY_331, client.executeCommand(new CmdUser("admin")));
assertEquals(FtpConst.Replyes.REPLY_230, client.executeCommand(new CmdPass("admin")));
assertEquals(FtpConst.Replyes.REPLY_215, client.executeCommand(new CmdSyst()));
log.info("Complete.");
}
public void testPWD() throws Exception
{
Log log = getLogger(FtpConst.Commands.CMD_PWD);