protected static final String FILE_CONTENT = "eXo TEST File Content...";
public void testSTOR() throws Exception
{
Log log = getLogger(FtpConst.Commands.CMD_STOR);
log.info("Test...");
FtpClientSession client = FtpTestConfig.getTestFtpClient();
client.connect();
assertEquals(FtpConst.Replyes.REPLY_331, client.executeCommand(new CmdUser("admin")));