Secure iNet Factory

Uses of Package
com.jscape.inet.sftp.events

Packages that use com.jscape.inet.sftp.events
com.jscape.inet.sftp Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) 
com.jscape.inet.sftp.events Contains listener and event classes related to SFTP protocol (FTP over SSH) 
 

Classes in com.jscape.inet.sftp.events used by com.jscape.inet.sftp
SftpListener
          The event listener abstraction.
 

Classes in com.jscape.inet.sftp.events used by com.jscape.inet.sftp.events
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.
SftpListener
          The event listener abstraction.
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.
 


Secure iNet Factory

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