Event
|
Description
|
FtpConnectedEvent
|
The FtpConnectedEvent is published once a connection to the server has been established. See JavaDoc for details on this event.
|
FtpDisconnectedEvent
|
The FtpDisconnectedEvent is published once the connection to the server has been released. See JavaDoc for details on this event.
|
FtpDownloadEvent
|
The FtpDownloadEvent is published for each file downloaded from the server. See JavaDoc for details on this event.
|
FtpUploadEvent
|
The FtpUploadEvent is published for each file uploaded to the server. See JavaDoc for details on this event.
|
FtpListingEvent
|
The FtpListingEvent is published for each directory listing retrieved from the server. See JavaDoc for details on this event.
|
FtpProgressEvent
|
The FtpProgressEvent is published one or more times during the transfer of files to / from the server. See JavaDoc for details on this event.
|
FtpCommandEvent
|
The FtpCommandEvent is published for each command sent to the server. See JavaDoc for details on this event.
|
FtpResponseEvent
|
The FtpResponseEvent is published for each response received from the server. See JavaDoc for details on this event.
|