|
|||||||||
| Home >> All >> com >> enterprisedt >> net >> [ ftp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.enterprisedt.net.ftp
Class FTPTransferType

java.lang.Objectcom.enterprisedt.net.ftp.FTPTransferType
- public class FTPTransferType
- extends java.lang.Object
Enumerates the transfer types possible. We support only the two common types, ASCII and Image (often called binary).
- Version:
- $Revision: 1.3 $
| Field Summary | |
static FTPTransferType |
ASCII
Represents ASCII transfer type |
(package private) static java.lang.String |
ASCII_CHAR
The char sent to the server to set ASCII |
static FTPTransferType |
BINARY
Represents Image (or binary) transfer type |
(package private) static java.lang.String |
BINARY_CHAR
The char sent to the server to set BINARY |
private static java.lang.String |
cvsId
Revision control id |
| Constructor Summary | |
private |
FTPTransferType()
Private so no-one else can instantiate this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
cvsId
private static java.lang.String cvsId
- Revision control id
ASCII
public static FTPTransferType ASCII
- Represents ASCII transfer type
BINARY
public static FTPTransferType BINARY
- Represents Image (or binary) transfer type
ASCII_CHAR
static java.lang.String ASCII_CHAR
- The char sent to the server to set ASCII
BINARY_CHAR
static java.lang.String BINARY_CHAR
- The char sent to the server to set BINARY
| Constructor Detail |
FTPTransferType
private FTPTransferType()
- Private so no-one else can instantiate this class
|
|||||||||
| Home >> All >> com >> enterprisedt >> net >> [ ftp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.enterprisedt.net.ftp.FTPTransferType