Package com.enterprisedt.net.ftp.ssh

Contains classes for SFTP (FTP via SSH) client functionality.

See:
          Description

Class Summary
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).
SSHFTPClient.ConfigFlags ConfigFlags contains various static integers which are used to configure clients.
SSHFTPInputStream Represents an input stream of bytes coming from an SFTP server, permitting the user to download a file by reading the stream.
SSHFTPOutputStream An output stream that writes to an SFTP server, permitting the user to upload a file by writing to the stream.
SSHFTPPublicKey Represents an SSH public key.
SSHFTPValidator Provides server validation services for SSHFTPClient.
SSHPasswordPrompt Utility class that makes it easy to create a prompt instance that is a response to a password prompt
 

Exception Summary
SSHFTPException Thrown when an SFTP-related error occurs.
 

Package com.enterprisedt.net.ftp.ssh Description

Contains classes for SFTP (FTP via SSH) client functionality. The main class is SSHFTPClient.

Related Documentation



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