Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.enterprisedt.net.ftp
Class FTPTransferType  view FTPTransferType download FTPTransferType.java

java.lang.Object
  extended bycom.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