Package | Description |
---|---|
org.waarp.ftp.core.command.parameter |
FTP Parameter related command
|
org.waarp.ftp.core.command.rfc2428 |
FTP RFC 2428 related command
|
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.session |
Classes implementing session
|
Modifier and Type | Method and Description |
---|---|
void |
PASV.exec() |
Modifier and Type | Method and Description |
---|---|
void |
EPSV.exec() |
Modifier and Type | Method and Description |
---|---|
void |
FtpInternalConfiguration.bindPassive(InetSocketAddress address,
boolean ssl)
Try to add a Passive Channel listening to the specified local address
|
Modifier and Type | Method and Description |
---|---|
boolean |
FtpDataAsyncConn.initPassiveConnection()
Initialize the socket from Server side (only used in Passive)
|
boolean |
FtpTransferControl.openDataConnection()
Wait for the client to be connected (Passive) or Wait for the server to
be
connected to the client (Active)
|
void |
FtpDataAsyncConn.setNewOpenedDataChannel(io.netty.channel.Channel dataChannel)
Set the new connected Data Channel
|
Modifier and Type | Method and Description |
---|---|
void |
FtpSession.openDataConnection()
Try to open a connection.
|
Copyright © 2009–2020 Waarp. All rights reserved.