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

    Modifier and Type
    Method
    Description
     
    boolean
    execute(org.apache.commons.chain.Context context)
     
    void
    run(String[] params)
     
  • Method Details