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

Packages that use SSHFTPValidator
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 SSHFTPValidator in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return SSHFTPValidator
 SSHFTPValidator AdvancedSSHSettings.getSSHServerValidator()
          Returns a reference to the host validator, which validates the server's public key.
 

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

Subclasses of SSHFTPValidator in com.enterprisedt.net.ftp.ssh
 class SSHFTPPublicKey
          Represents an SSH public key.
 

Fields in com.enterprisedt.net.ftp.ssh declared as SSHFTPValidator
protected  SSHFTPValidator SCPClient.validator
          Encapsulation and extension of J2SSH AbstractKnownHostsKeyVerification.
 

Methods in com.enterprisedt.net.ftp.ssh that return SSHFTPValidator
 SSHFTPValidator SCPClient.getValidator()
          Returns a reference to the current host validator.
 

Methods in com.enterprisedt.net.ftp.ssh with parameters of type SSHFTPValidator
 void SCPClient.setValidator(SSHFTPValidator validator)
          Sets the host validator.
 



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