public class FTPTransferType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FTPTransferType |
ASCII
Represents ASCII transfer type
|
static FTPTransferType |
BINARY
Represents Image (or binary) transfer type
|
static java.lang.String |
cvsId
Revision control id
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final java.lang.String cvsId
public static final FTPTransferType ASCII
public static final FTPTransferType BINARY