|
edtFTPj | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.FTPTransferType
public class FTPTransferType
Enumerates the transfer types possible. We support only the two common types, ASCII and Image (often called binary).
| 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 |
|---|
public static final String cvsId
public static final FTPTransferType ASCII
public static final FTPTransferType BINARY
|
edtFTPj | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||