| 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.
|
| com.enterprisedt.net.ftp.script |
Contains classes for FTP scripting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FTPMessageCollector
Listens for and is notified of FTP commands and replies.
|
| Modifier and Type | Field and Description |
|---|---|
protected FTPMessageListener |
FTPClient.messageListener
Message listener
|
| Modifier and Type | Method and Description |
|---|---|
FTPMessageListener |
FTPClient.getMessageListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
FTPClient.setMessageListener(FTPMessageListener listener)
Set a listener that handles all FTP messages
|
| Constructor and Description |
|---|
FTPControlSocket(java.net.InetAddress remoteAddr,
int controlPort,
int timeout,
java.lang.String encoding,
FTPMessageListener messageListener)
Constructor.
|
FTPControlSocket(java.net.InetAddress remoteAddr,
StreamSocket controlSock,
int timeout,
java.lang.String encoding,
FTPMessageListener messageListener)
Constructs a new
FTPControlSocket using the given
Socket object. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandCollector
Collects list of logging commands
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.