Package | Description |
---|---|
org.waarp.ftp.core.config |
Classes implementing configuration
|
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.core.data.handler.ftps |
This module is for FTPS support as native SSL/TLS on port 989 similar to RFC 2818.
|
org.waarp.ftp.simpleimpl.config |
Simple configuration example.
|
org.waarp.ftp.simpleimpl.data |
Simple FTP server example of data business.
|
Class and Description |
---|
DataBusinessHandler
This class is to be implemented in order to allow Business actions according to FTP service
|
Class and Description |
---|
DataNetworkHandler
Network handler for Data connections
|
Class and Description |
---|
DataBusinessHandler
This class is to be implemented in order to allow Business actions according to FTP service
|
DataNetworkHandler
Network handler for Data connections
|
Class and Description |
---|
DataBusinessHandler
This class is to be implemented in order to allow Business actions according to FTP service
|
FtpDataInitializer
Pipeline Factory for Data Network.
|
Class and Description |
---|
DataBusinessHandler
This class is to be implemented in order to allow Business actions according to FTP service
|
Class and Description |
---|
DataBusinessHandler
This class is to be implemented in order to allow Business actions according to FTP service
|
Copyright © 2009–2019 Waarp. All rights reserved.