Interface FtpCommand
-
- All Superinterfaces:
org.apache.commons.chain.Command
- 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 FtpCommand extends org.apache.commons.chain.CommandCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru- Version:
- $Id: $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FtpClientSessionclientSession()booleanexecute(org.apache.commons.chain.Context context)voidrun(String[] params)
-