| 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. |