|
|||||||||
| Home >> All >> com >> enterprisedt >> net >> [ ftp overview ] | PREV NEXT | ||||||||
Uses of Class
com.enterprisedt.net.ftp.FTPTransferType
| Uses of FTPTransferType in com.enterprisedt.net.ftp |
| Fields in com.enterprisedt.net.ftp declared as FTPTransferType | |
private FTPTransferType |
FTPClient.transferType
Record of the transfer type - make the default ASCII |
static FTPTransferType |
FTPTransferType.ASCII
Represents ASCII transfer type |
static FTPTransferType |
FTPTransferType.BINARY
Represents Image (or binary) transfer type |
| Methods in com.enterprisedt.net.ftp that return FTPTransferType | |
FTPTransferType |
FTPClient.getType()
Get the current transfer type |
| Methods in com.enterprisedt.net.ftp with parameters of type FTPTransferType | |
void |
FTPClient.setType(FTPTransferType type)
Set the transfer type |
|
|||||||||
| Home >> All >> com >> enterprisedt >> net >> [ ftp overview ] | PREV NEXT | ||||||||