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.core.session |
Classes implementing session
|
org.waarp.ftp.simpleimpl.control |
Simple FTP server example of control business.
|
Class and Description |
---|
FtpTransfer
Class that owns one transfer to be run
|
Class and Description |
---|
FtpTransfer
Class that owns one transfer to be run
|
FtpTransferControl
Main class that handles transfers and their execution
|
Class and Description |
---|
FtpTransfer
Class that owns one transfer to be run
|
Class and Description |
---|
FtpDataAsyncConn
Main class that handles Data connection using asynchronous connection with Netty
|
Class and Description |
---|
FtpTransfer
Class that owns one transfer to be run
|
Copyright © 2009–2019 Waarp. All rights reserved.