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 |
---|---|
SSHFTPAlgorithm[] |
AdvancedSSHSettings.getEnabledAlgorithms(int algorithmType)
Returns an array containing all enabled algorithms of a particular type.
|
Modifier and Type | Method and Description |
---|---|
void |
SCPClient.disableAllAlgorithms(int algorithmType)
Disables all algorithms of a particular type.
|
static SSHFTPAlgorithm[] |
SSHFTPAlgorithm.getAlgorithms(int algorithmType)
Returns an array of all supported algorithms of the specified type.
|
SSHFTPAlgorithm[] |
SCPClient.getEnabledAlgorithms(int algorithmType)
Returns an array containing all enabled algorithms of a particular type.
|
protected void |
SCPClient.validateAlgorithms()
Check to see if at least one of each type of algorithm is enabled.
|
int |
SSHFTPPublicKey.write(java.io.OutputStream outStr,
int formatCode)
Writes a printable representation of the key to the given
stream.
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.