Uses of Package
com.enterprisedt.net.ftp.ssh

Packages that use com.enterprisedt.net.ftp.ssh
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
com.enterprisedt.net.ftp.ssh Contains classes for SFTP (FTP via SSH) client functionality. 
 

Classes in com.enterprisedt.net.ftp.ssh used by com.enterprisedt.net.ftp
SSHAuthenticationType
          Authentication types that are possible
SSHAuthPrompt
          Represents an SSH keyboard-interactive prompt.
SSHFTPAlgorithm
          Each instance of SSHFTPAlgorithm corresponds to one particular algorithm.
SSHFTPException
          Thrown when an SFTP-related error occurs.
SSHFTPValidator
          Provides server validation services for SSHFTPClient.
 

Classes in com.enterprisedt.net.ftp.ssh used by com.enterprisedt.net.ftp.ssh
SCPClient
          SCPClient implements SCP (SSH secure copy).
SSHAuthenticationType
          Authentication types that are possible
SSHAuthPrompt
          Represents an SSH keyboard-interactive prompt.
SSHFTPAlgorithm
          Each instance of SSHFTPAlgorithm corresponds to one particular algorithm.
SSHFTPClient
          SSHFTPClient implements SFTP (SSH File Transfer Protocol).
SSHFTPException
          Thrown when an SFTP-related error occurs.
SSHFTPPublicKey
          Represents an SSH public key.
SSHFTPValidator
          Provides server validation services for SSHFTPClient.
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.