Uses of Class
com.enterprisedt.net.ftp.ssh.SSHFTPException

Packages that use SSHFTPException
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. 
 

Uses of SSHFTPException in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that throw SSHFTPException
 SSHFTPAlgorithm[] AdvancedSSHSettings.getEnabledAlgorithms(int algorithmType)
          Returns an array containing all enabled algorithms of a particular type.
 

Uses of SSHFTPException in com.enterprisedt.net.ftp.ssh
 

Methods in com.enterprisedt.net.ftp.ssh that throw SSHFTPException
static void SSHFTPAlgorithm.disableAllAlgorithms(int algorithmType)
          Disables all algorithms of a particular type.
 void SCPClient.disableAllAlgorithms(int algorithmType)
          Disables all algorithms of a particular type.
static SSHFTPAlgorithm[] SSHFTPAlgorithm.getAlgorithms(int algorithmType)
          Returns an array of all supported algorithms of the specified type.
static SSHFTPAlgorithm[] SSHFTPAlgorithm.getEnabledAlgorithms(int algorithmType)
          Returns an array containing all enabled algorithms of a particular type.
 SSHFTPAlgorithm[] SCPClient.getEnabledAlgorithms(int algorithmType)
          Returns an array containing all enabled algorithms of a particular type.
protected  void SCPClient.validateAlgorithms()
          Check to see if at least one of each type of algorithm is enabled.
 int SSHFTPPublicKey.write(java.io.OutputStream outStr, int formatCode)
          Writes a printable representation of the key to the given stream.
 



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