edtFTPj

com.enterprisedt.net.ftp
Class FTPTransferType

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

Version:
$Revision: 1.7 $
Author:
Bruce Blackshaw

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

Field Detail

cvsId

public static final 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


edtFTPj

Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.