Package | Description |
---|---|
com.enterprisedt.net.ftp |
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features. |
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.