|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||