|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPTransferType | |
---|---|
com.enterprisedt.net.ftp | Contains classes for FTP client functionality. |
Uses of FTPTransferType in com.enterprisedt.net.ftp |
---|
Fields in com.enterprisedt.net.ftp declared as FTPTransferType | |
---|---|
static FTPTransferType |
FTPTransferType.ASCII
Represents ASCII transfer type |
static FTPTransferType |
FTPTransferType.BINARY
Represents Image (or binary) transfer type |
protected FTPTransferType |
FTPClient.transferType
Record of the transfer type - make the default ASCII |
Methods in com.enterprisedt.net.ftp that return FTPTransferType | |
---|---|
FTPTransferType |
FTPClientInterface.getType()
Get the current transfer type |
FTPTransferType |
FTPClient.getType()
Get the current transfer type |
Methods in com.enterprisedt.net.ftp with parameters of type FTPTransferType | |
---|---|
void |
FTPClient.resetTransferMode(FTPTransferType previousType)
Reset the transfer mode back to what it should be, if it has changed. |
void |
FTPClientInterface.setType(FTPTransferType type)
Set the transfer type |
void |
FTPClient.setType(FTPTransferType type)
Set the transfer type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |