Event types

Top  Previous  Next

The Sftp class is the source for several SFTP related events.  All events may be captured by registering your class as a listener by implementing the SftpListener class or subclassing the SftpAdapter class.  These events are described below.

 

Event

Description

SftpConnectedEvent

The SftpConnectedEvent is published once a connection to the server has been established. See JavaDoc for details on this event.

SftpDisconnectedEvent

The SftpDisconnectedEvent is published once the connection to the server has been released. See JavaDoc for details on this event.

SftpDownloadEvent

The SftpDownloadEvent is published for each file downloaded from the server and is a subclass of SftpTransferCompleteEvent class. See JavaDoc for details on this event.

SftpUploadEvent

The SftpUploadEvent is published for each file uploaded to the server and is a subclass of SftpTransferCompleteEvent class. See JavaDoc for details on this event.

SftpListingEvent

The SftpListingEvent is published for each directory listing retrieved from the server. See JavaDoc for details on this event.

SftpProgressEvent

The SftpProgressEvent is published one or more times during the transfer of files to / from the server. See JavaDoc for details on this event.

 





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

© 2021 JSCAPE LLC