Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SSHFTPValidator |
AdvancedSSHSettings.getSSHServerValidator()
Returns a reference to the host validator, which validates
the server's public key.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedSSHSettings.setSSHServerValidator(SSHFTPValidator validator)
Sets the host validator, which validates the server's public key.
|
Modifier and Type | Field and Description |
---|---|
protected SSHFTPValidator |
SCPClient.validator
Encapsulation and extension of J2SSH
AbstractKnownHostsKeyVerification . |
Modifier and Type | Method and Description |
---|---|
SSHFTPValidator |
SCPClient.getValidator()
Returns a reference to the current host validator.
|
Modifier and Type | Method and Description |
---|---|
void |
SCPClient.setValidator(SSHFTPValidator validator)
Sets the host validator.
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.