assertEquals(FtpConst.Replyes.REPLY_200, client.executeCommand(new CmdType("I")));
assertEquals(FtpConst.Replyes.REPLY_500, client.executeCommand(new CmdType("SOMETYPE")));
client.close();
log.info("Complete.");
}
public void testPASV() throws Exception
{
Log log = getLogger(FtpConst.Commands.CMD_PASV);