Interface FtpCommand
-
- All Known Implementing Classes:
CmdCdUp,CmdCwd,CmdDele,CmdHelp,CmdList,CmdMkd,CmdMode,CmdNlst,CmdNoop,CmdPass,CmdPasv,CmdPort,CmdPwd,CmdQuit,CmdRest,CmdRetr,CmdRmd,CmdRnFr,CmdRnTo,CmdSize,CmdStat,CmdStor,CmdStru,CmdSyst,CmdType,CmdUser,FtpCommandImpl
public interface FtpCommandCreated by The eXo Platform SAS .- Version:
- $Id: $
- Author:
- Vitaly Guly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intexecute()StringgetDescription()intgetReply()intrun(FtpClientSession clientSession)
-
-
-
Method Detail
-
run
int run(FtpClientSession clientSession)
-
execute
int execute()
-
getDescription
String getDescription()
-
-