Package | Description |
---|---|
com.enterprisedt.net.ftp | |
com.enterprisedt.net.ftp.internal |
Modifier and Type | Field and Description |
---|---|
static FTPTransferType |
FTPTransferType.ASCII
Represents ASCII transfer type
|
static FTPTransferType |
FTPTransferType.BINARY
Represents Image (or binary) transfer type
|
Modifier and Type | Method and Description |
---|---|
FTPTransferType |
FileTransferClientInterface.getContentType()
Get the current content type for all connections.
|
FTPTransferType |
FileTransferClient.getContentType()
Get the current content type for all connections.
|
FTPTransferType |
FTPClientInterface.getType()
Get the current transfer type
|
FTPTransferType |
FTPClient.getType()
Get the current transfer type
|
Modifier and Type | Method and Description |
---|---|
void |
FTPClient.resetTransferMode(FTPTransferType previousType)
Reset the transfer mode back to what it should be, if
it has changed.
|
void |
FileTransferClientInterface.setContentType(FTPTransferType type)
Set the transfer type for all connections, either ASCII or binary.
|
void |
FileTransferClient.setContentType(FTPTransferType type)
Set the transfer type for all connections, either ASCII or binary.
|
void |
FTPClientInterface.setType(FTPTransferType type)
Set the transfer type
|
void |
FTPClient.setType(FTPTransferType type)
Set the transfer type
|
Modifier and Type | Method and Description |
---|---|
FTPTransferType |
ConnectionContext.getContentType() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionContext.setContentType(FTPTransferType transferType) |