Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FTPListener.connected(FTPEvent event) |
Invoked after a connection has been established.
|
void |
FTPListener.disconnected(FTPEvent event) |
Invoked after the connection has been disconnected.
|
void |
FTPListener.listed(FTPEvent event) |
Invoked after a list of files on the system has been retrieved.
|
void |
FTPListener.put(FTPEvent event) |
Invoked after a file has been put to the system.
|
void |
FTPListener.retrieved(FTPEvent event) |
Invoked after a file has been retrieved from the system.
|
Copyright © 2024. All rights reserved.