Package | Description |
---|---|
com.enterprisedt.net.ftp |
Contains classes that add support for secure file transfers via the SFTP and FTPS protocols,
as well as advanced FTP features such as connection pooling and asynchronous methods.
|
Modifier and Type | Method and Description |
---|---|
IPEndpoint |
DataChannelCallback.onPASVResponse(IPEndpoint endpoint)
If this callback is implemented, it should return the endpoint that the user
wishes to connect to.
|
IPEndpoint |
DataChannelCallback.onPORTCommand(IPEndpoint endpoint)
If this callback is implemented, it should return the endpoint that the server
should connect to in active (PORT) mode.
|
Modifier and Type | Method and Description |
---|---|
IPEndpoint |
DataChannelCallback.onPASVResponse(IPEndpoint endpoint)
If this callback is implemented, it should return the endpoint that the user
wishes to connect to.
|
IPEndpoint |
DataChannelCallback.onPORTCommand(IPEndpoint endpoint)
If this callback is implemented, it should return the endpoint that the server
should connect to in active (PORT) mode.
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.