edtFTPj/Free - Open-source FTP library for Java | Download


com.enterprisedt.net.ftp
Class FTPTransferType

java.lang.Object
  extended by com.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.8 $
Author:
Bruce Blackshaw

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

Field Detail

cvsId

public static final java.lang.String cvsId
Revision control id

See Also:
Constant Field Values

ASCII

public static final FTPTransferType ASCII
Represents ASCII transfer type


BINARY

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

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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