Package | Description |
---|---|
org.apache.ftpserver.ftplet | |
org.apache.ftpserver.impl |
Internal classes, do not use directly!
|
Modifier and Type | Method and Description |
---|---|
DataConnectionFactory |
FtpSession.getDataConnection()
Get FTP data connection factory, used to transfer data to and from the client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerDataConnectionFactory
Internal class, do not use directly.
|
Modifier and Type | Class and Description |
---|---|
class |
IODataConnectionFactory
Internal class, do not use directly.
We can get the FTP data connection using this class.
|
Modifier and Type | Method and Description |
---|---|
DataConnectionFactory |
DefaultFtpSession.getDataConnection()
Get FTP data connection.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.