Package com.enterprisedt.net.ftp.ssh
package com.enterprisedt.net.ftp.ssh
Contains classes for SFTP (FTP via SSH) client functionality. The main class is
SSHFTPClient.
Related Documentation
-
ClassDescriptionRepresents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.Interface for password change implementations.
SCPClientimplements SCP (SSH secure copy).Authentication types that are possibleRepresents an SSH keyboard-interactive prompt.Each instance ofSSHFTPAlgorithmcorresponds to one particular algorithm.SSHFTPClientimplements SFTP (SSH File Transfer Protocol).ConfigFlagscontains various static integers which are used to configure clients.Thrown when an SFTP-related error occurs.Represents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.This exception is thrown when an error relating to SSH keys occurs.An output stream that writes to an SFTP server, permitting the user to upload a file by writing to the stream.Represents an SSH public key.Provides server validation services forSSHFTPClient.Utility class that makes it easy to create a prompt instance that is a response to a password prompt