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

Variable Index

 o ASCII
Represents ASCII transfer type
 o ASCII_CHAR
The char sent to the server to set ASCII
 o BINARY
Represents Image (or binary) transfer type
 o BINARY_CHAR
The char sent to the server to set BINARY

Constructor Index

 o FTPTransferType()
Private so no-one else can instantiate this class

Variables

 o ASCII
 public static FTPTransferType ASCII
Represents ASCII transfer type

 o BINARY
 public static FTPTransferType BINARY
Represents Image (or binary) transfer type

 o ASCII_CHAR
 static String ASCII_CHAR
The char sent to the server to set ASCII

 o BINARY_CHAR
 static String BINARY_CHAR
The char sent to the server to set BINARY

Constructors

 o FTPTransferType
 private FTPTransferType()
Private so no-one else can instantiate this class


All Packages  Class Hierarchy  This Package  Previous  Next  Index