All Packages Class Hierarchy This Package Previous Next Index
Class com.enterprisedt.net.ftp.FTPTransferType
java.lang.Object
|
+----com.enterprisedt.net.ftp.FTPTransferType
- public class FTPTransferType
- extends Object
Enumerates the transfer types possible. We
support only the two common types, ASCII and
Image (often called binary).
- Author:
- Bruce Blackshaw
-
ASCII
- Represents ASCII transfer type
-
ASCII_CHAR
- The char sent to the server to set ASCII
-
BINARY
- Represents Image (or binary) transfer type
-
BINARY_CHAR
- The char sent to the server to set BINARY
-
FTPTransferType()
- Private so no-one else can instantiate this class
ASCII
public static FTPTransferType ASCII
- Represents ASCII transfer type
BINARY
public static FTPTransferType BINARY
- Represents Image (or binary) transfer type
ASCII_CHAR
static String ASCII_CHAR
- The char sent to the server to set ASCII
BINARY_CHAR
static String BINARY_CHAR
- The char sent to the server to set BINARY
FTPTransferType
private FTPTransferType()
- Private so no-one else can instantiate this class
All Packages Class Hierarchy This Package Previous Next Index