Class CmdList
java.lang.Object
org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
org.exoplatform.frameworks.ftpclient.commands.CmdList
- All Implemented Interfaces:
FtpCommand
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Vitaly Guly
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected ArrayList<FtpFileInfo> protected StringFields inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
clientSession, descript, replyCode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
getDescription, getReply, readLine, run, sendCommand
-
Field Details
-
path
-
fileData
protected byte[] fileData -
files
-
-
Constructor Details
-
CmdList
public CmdList() -
CmdList
-
-
Method Details
-
getFileData
public byte[] getFileData() -
getFiles
-
execute
public int execute()- Specified by:
executein interfaceFtpCommand- Specified by:
executein classFtpCommandImpl
-