Package | Description |
---|---|
org.waarp.ftp.core.control |
Classes implementing Control connections.
|
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. |
org.waarp.ftp.simpleimpl.control |
Simple FTP server example of control business.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
BusinessHandler.afterTransferDoneBeforeAnswer(FtpTransfer transfer)
Run when a transfer is finished (eventually in error) but before answering.
|
Modifier and Type | Method and Description |
---|---|
FtpTransfer |
FtpTransferControl.getExecutingFtpTransfer() |
Modifier and Type | Method and Description |
---|---|
void |
DataNetworkHandler.setFtpTransfer(FtpTransfer ftpTransfer) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleBusinessHandler.afterTransferDoneBeforeAnswer(FtpTransfer transfer) |
Copyright © 2009–2019 Waarp. All rights reserved.