org.exoplatform.frameworks.ftpclient.commands
Class CmdPasv

java.lang.Object
  extended by org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
      extended by org.exoplatform.frameworks.ftpclient.commands.CmdPasv
All Implemented Interfaces:
FtpCommand

public class CmdPasv
extends FtpCommandImpl

Created by The eXo Platform SAS .

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

Field Summary
protected  java.lang.String host
           
protected  int port
           
 
Fields inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
clientSession, descript, replyCode
 
Constructor Summary
CmdPasv()
           
 
Method Summary
 int execute()
           
 java.lang.String getHost()
           
 int getPort()
           
 
Methods inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
getDescription, getReply, readLine, run, sendCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

protected java.lang.String host

port

protected int port
Constructor Detail

CmdPasv

public CmdPasv()
Method Detail

execute

public int execute()
Specified by:
execute in interface FtpCommand
Specified by:
execute in class FtpCommandImpl

getHost

public java.lang.String getHost()

getPort

public int getPort()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.