Class FtpCommandImpl
java.lang.Object
org.exoplatform.services.ftp.command.FtpCommandImpl
- All Implemented Interfaces:
org.apache.commons.chain.Command,FtpCommand
- Direct Known Subclasses:
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
Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru
- Version:
- $Id: $
-
Field Summary
FieldsFields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(org.apache.commons.chain.Context context) getFileList(String resPath) voidremoveResource(String resName) voidabstract voidvoidSendFileList(String[] params)
-
Field Details
-
isNeedLogin
protected boolean isNeedLogin -
commandName
-
localClientSession
-
-
Constructor Details
-
FtpCommandImpl
public FtpCommandImpl()
-
-
Method Details
-
reply
- Throws:
IOException
-
execute
- Specified by:
executein interfaceorg.apache.commons.chain.Command- Specified by:
executein interfaceFtpCommand- Throws:
Exception
-
run
- Specified by:
runin interfaceFtpCommand- Throws:
Exception
-
clientSession
- Specified by:
clientSessionin interfaceFtpCommand
-
getFileList
-
removeResource
- Throws:
IOException
-
SendFileList
- Throws:
IOException
-