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 |
---|---|
SSHAuthenticationType |
AdvancedSSHSettings.getAuthenticationType()
Get the type of authentication that is set up to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedSSHSettings.setAuthenticationType(SSHAuthenticationType sshAuthenticationType)
Set the authentication type to be used.
|
Modifier and Type | Field and Description |
---|---|
static SSHAuthenticationType |
SSHAuthenticationType.KEYBOARD_INTERACTIVE |
static SSHAuthenticationType |
SSHAuthenticationType.PASSWORD |
static SSHAuthenticationType |
SSHAuthenticationType.PUBLIC_KEY |
static SSHAuthenticationType |
SSHAuthenticationType.PUBLIC_KEY_AND_PASSWORD |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.