com.enterprisedt.net.ftp
Class FTPTransferType

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.4 $
Author:
Bruce Blackshaw

Field Summary
static FTPTransferType ASCII
          Represents ASCII transfer type
static FTPTransferType BINARY
          Represents Image (or binary) transfer type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCII

public static FTPTransferType ASCII
Represents ASCII transfer type


BINARY

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



Copyright (c) 2001-2004 Enterprise Distributed Technologies Ltd. All Rights Reserved.