|
|
AdventNet Web NMS 4 API Specification
|
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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. |
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
|
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |