Package | Description |
---|---|
org.waarp.ftp.core.command |
Global classes that store all informations on implemented commands, arguments, reply codes.
|
org.waarp.ftp.core.data |
Classes implementing Data and Transfer status
When a transfer should occur, here are the steps: The connection is prepared through a PORT or PASV command. |
org.waarp.ftp.core.data.handler |
Classes implementing Data connections
The internal logic is the following: When a connection is opened for data network: It first tries to find the corresponding session setup from the control connection. |
Modifier and Type | Method and Description |
---|---|
static FtpArgumentCode.TransferMode |
FtpArgumentCode.getTransferMode(char mode)
Get the TransferMode according to the char
|
static FtpArgumentCode.TransferMode |
FtpArgumentCode.TransferMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpArgumentCode.TransferMode[] |
FtpArgumentCode.TransferMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FtpArgumentCode.TransferMode |
FtpDataAsyncConn.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
FtpDataAsyncConn.setMode(FtpArgumentCode.TransferMode transferMode) |
Modifier and Type | Method and Description |
---|---|
FtpArgumentCode.TransferMode |
FtpDataModeCodec.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
FtpDataModeCodec.setMode(FtpArgumentCode.TransferMode mode) |
Constructor and Description |
---|
FtpDataModeCodec(FtpArgumentCode.TransferMode mode,
FtpArgumentCode.TransferStructure structure) |
Copyright © 2009–2019 Waarp. All rights reserved.