AdventNet Web NMS 4 API Specification

com.adventnet.management.config.ftp
Interface FTPAttributeConstants

All Superinterfaces:
AttributeConstants

public interface FTPAttributeConstants
extends AttributeConstants

This interface defines FTP constants for command and mode of file transfer.


Field Summary
static java.lang.String ACTIVE_CONN
          Identifier that defines the mode of file transfer is Binary.
static java.lang.String ASCII_MODE
          Identifier that defines the mode of file transfer is ASCII.
static java.lang.String BINARY_MODE
           
static java.lang.String GET_COMMAND
          Identifier that defines the command is get.
static java.lang.String PASV_CONN
           
static java.lang.String PUT_COMMAND
          Identifier that defines the command is put.
 
Fields inherited from interface com.adventnet.management.config.AttributeConstants
GROUP_ATTRIBUTE, SCALAR_ATTRIBUTE, TABLE_ATTRIBUTE
 

Field Detail

GET_COMMAND

public static final java.lang.String GET_COMMAND
Identifier that defines the command is get.

PUT_COMMAND

public static final java.lang.String PUT_COMMAND
Identifier that defines the command is put.

ASCII_MODE

public static final java.lang.String ASCII_MODE
Identifier that defines the mode of file transfer is ASCII.

ACTIVE_CONN

public static final java.lang.String ACTIVE_CONN
Identifier that defines the mode of file transfer is Binary.

PASV_CONN

public static final java.lang.String PASV_CONN

BINARY_MODE

public static final java.lang.String BINARY_MODE

AdventNet Web NMS 4 API Specification