eXo JCR :: Component :: FTP Service 1.16.7-M02

org.exoplatform.services.ftp
Class FtpConst.Commands

java.lang.Object
  extended by org.exoplatform.services.ftp.FtpConst.Commands
Enclosing class:
FtpConst

public class FtpConst.Commands
extends Object

Command name constants.


Field Summary
static String CMD_CDUP
          CDUP.
static String CMD_CWD
          CWD.
static String CMD_DELE
          DELE.
static String CMD_HELP
          HELP.
static String CMD_LIST
          LIST.
static String CMD_MKD
          MKD.
static String CMD_MODE
          MODE.
static String CMD_NLST
          NLST.
static String CMD_NOOP
          NOOP.
static String CMD_PASS
          PASS.
static String CMD_PASV
          PASV.
static String CMD_PORT
          PORT.
static String CMD_PWD
          PWD.
static String CMD_QUIT
          QUIT.
static String CMD_REST
          REST.
static String CMD_RETR
          RETR.
static String CMD_RMD
          RMD.
static String CMD_RNFR
          RNFR.
static String CMD_RNTO
          RNTO.
static String CMD_SIZE
          SIZE.
static String CMD_STAT
          STAT.
static String CMD_STOR
          STOR.
static String CMD_STRU
          STRU.
static String CMD_SYST
          SYST.
static String CMD_TYPE
          TYPE.
static String CMD_USER
          USER.
 
Constructor Summary
FtpConst.Commands()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD_USER

public static final String CMD_USER
USER.

See Also:
Constant Field Values

CMD_PASS

public static final String CMD_PASS
PASS.

See Also:
Constant Field Values

CMD_TYPE

public static final String CMD_TYPE
TYPE.

See Also:
Constant Field Values

CMD_CWD

public static final String CMD_CWD
CWD.

See Also:
Constant Field Values

CMD_PWD

public static final String CMD_PWD
PWD.

See Also:
Constant Field Values

CMD_QUIT

public static final String CMD_QUIT
QUIT.

See Also:
Constant Field Values

CMD_HELP

public static final String CMD_HELP
HELP.

See Also:
Constant Field Values

CMD_SYST

public static final String CMD_SYST
SYST.

See Also:
Constant Field Values

CMD_PASV

public static final String CMD_PASV
PASV.

See Also:
Constant Field Values

CMD_NOOP

public static final String CMD_NOOP
NOOP.

See Also:
Constant Field Values

CMD_LIST

public static final String CMD_LIST
LIST.

See Also:
Constant Field Values

CMD_CDUP

public static final String CMD_CDUP
CDUP.

See Also:
Constant Field Values

CMD_MKD

public static final String CMD_MKD
MKD.

See Also:
Constant Field Values

CMD_MODE

public static final String CMD_MODE
MODE.

See Also:
Constant Field Values

CMD_RMD

public static final String CMD_RMD
RMD.

See Also:
Constant Field Values

CMD_RNFR

public static final String CMD_RNFR
RNFR.

See Also:
Constant Field Values

CMD_RNTO

public static final String CMD_RNTO
RNTO.

See Also:
Constant Field Values

CMD_STOR

public static final String CMD_STOR
STOR.

See Also:
Constant Field Values

CMD_RETR

public static final String CMD_RETR
RETR.

See Also:
Constant Field Values

CMD_DELE

public static final String CMD_DELE
DELE.

See Also:
Constant Field Values

CMD_REST

public static final String CMD_REST
REST.

See Also:
Constant Field Values

CMD_NLST

public static final String CMD_NLST
NLST.

See Also:
Constant Field Values

CMD_PORT

public static final String CMD_PORT
PORT.

See Also:
Constant Field Values

CMD_SIZE

public static final String CMD_SIZE
SIZE.

See Also:
Constant Field Values

CMD_STAT

public static final String CMD_STAT
STAT.

See Also:
Constant Field Values

CMD_STRU

public static final String CMD_STRU
STRU.

See Also:
Constant Field Values
Constructor Detail

FtpConst.Commands

public FtpConst.Commands()

eXo JCR :: Component :: FTP Service 1.16.7-M02

Copyright © 2016 eXo Platform SAS. All Rights Reserved.