org.exoplatform.frameworks.ftpclient.commands
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 FtpCommand

Created by The eXo Platform SAS .

Version:
$Id: FtpCommand.java 35179 2009-08-07 13:58:20Z pnedonosko $
Author:
Vitaly Guly

Method Summary
 int execute()
           
 java.lang.String getDescription()
           
 int getReply()
           
 int run(FtpClientSession clientSession)
           
 

Method Detail

run

int run(FtpClientSession clientSession)

execute

int execute()

getReply

int getReply()
             throws java.lang.Exception
Throws:
java.lang.Exception

getDescription

java.lang.String getDescription()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.