Event types

Top  Previous  Next

The Ftp class is the source for several FTP related events.  All events may be captured by registering your class as a listener by implementing the FtpListener class or subclassing the FtpAdapter class.  These events are described below.

 

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.





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC