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.Command
Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru
- Version:
- $Id: $
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Method Summary
-
Method Details
-
execute
- Specified by:
executein interfaceorg.apache.commons.chain.Command- Throws:
Exception
-
run
- Throws:
Exception
-
clientSession
FtpClientSession clientSession()
-