Class CmdPasv
- java.lang.Object
-
- org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
-
- org.exoplatform.frameworks.ftpclient.commands.CmdPasv
-
- All Implemented Interfaces:
FtpCommand
public class CmdPasv extends FtpCommandImpl
Created by The eXo Platform SAS .- Version:
- $Id: $
- Author:
- Vitaly Guly
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringhostprotected intport-
Fields inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
clientSession, descript, replyCode
-
-
Constructor Summary
Constructors Constructor Description CmdPasv()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute()StringgetHost()intgetPort()-
Methods inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
getDescription, getReply, readLine, run, sendCommand
-
-
-
-
Field Detail
-
host
protected String host
-
port
protected int port
-
-
Method Detail
-
execute
public int execute()
- Specified by:
executein interfaceFtpCommand- Specified by:
executein classFtpCommandImpl
-
getHost
public String getHost()
-
getPort
public int getPort()
-
-