8081828384858687888990
sendCommand(String.format("%s %s", FtpConst.Commands.CMD_STOR, path)); int reply = getReply(); if (reply == FtpConst.Replyes.REPLY_125) { dataTransiver.send(fileContent); reply = getReply(); } return reply; } catch (Exception exc)