|
||||||||||
| 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 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 |
|---|
public static final java.lang.String cvsId
public static final FTPTransferType ASCII
public static final FTPTransferType BINARY
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||