Secure iNet Factory

Package com.jscape.inet.sftp.events

Contains listener and event classes related to SFTP protocol (FTP over SSH)

See:
          Description

Interface Summary
SftpListener The event listener abstraction.
 

Class Summary
SftpAdapter Implements methods for capturing events sourced from Sftp class.
SftpChangeDirEvent This event is fired when the remote directory path is changed on the server.
SftpConnectedEvent This event is fired when connection to SSH server is established.
SftpCreateDirEvent This event is fired when a directory is created on the server.
SftpDeleteDirEvent This event is fired when directory is deleted from server.
SftpDeleteFileEvent This event is fired when directory is deleted from server.
SftpDisconnectedEvent This event is fired when connection to SSH server is released.
SftpDownloadEvent This event is fired when file is downloaded from SSH server.
SftpEvent The abstract event class for handling SSH related events.
SftpListingEvent This event is fired when directory listing is retrieved from SSH server.
SftpProgressEvent This event is fired on significant progress in upload and download operations in Sftp class.
SftpRenameFileEvent This event is fired when directory is deleted from server.
SftpTransferCompleteEvent This event is fired when upload or download was completed.
SftpUploadEvent This event is fired when file is uploaded to the SSH server.
 

Package com.jscape.inet.sftp.events Description

Contains listener and event classes related to SFTP protocol (FTP over SSH)


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved