Secure FTP Factory

Uses of Package
com.jscape.inet.ssh.util

Packages that use com.jscape.inet.ssh.util
com.jscape.filetransfer Contains wrapper classes for all file transfer protocols including FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL) 
com.jscape.inet.scp Contains client classes for communicating with an SSH server using SCP protocol (Secure Copy over SSH). 
com.jscape.inet.sftp Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) 
com.jscape.inet.ssh.util Contains utility classes for use in authenticating with an SSH server. 
 

Classes in com.jscape.inet.ssh.util used by com.jscape.filetransfer
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.scp
SshHostKeys
          Associative host keys store.
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.sftp
SshHostKeys
          Associative host keys store.
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.ssh.util
HostKeyVerifier
          Defines the host key validation contract.
SshHostKeys
          Associative host keys store.
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
User
          Unified container for the user parameters such as "name", "password" and "public key".
VerifyHostKeyListener
          VerifyHostKeyListener class.
 


Secure FTP Factory

Copyright JSCAPE 1999-2007 All Rights Reserved