public interface SecureFtpHost extends FtpHost
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrivateKeyFilename()
Returns the absolute path of the private key file used for authentication
with this secure FTP host.
|
java.lang.String |
getPrivateKeyPassphrase()
Returns the passphrase associated with the private key for this secure FTP
host.
|
void |
setPrivateKeyFilename(java.lang.String privateKeyFilename)
Sets the absolute path of the private key file used for authentication with
this secure FTP host.
|
void |
setPrivateKeyPassphrase(java.lang.String passphrase)
Sets the passphrase associated with the private key for this secure FTP
host.
|
getFileListParser, getTransferMode, isIssueCdCommandsMode, isPassiveMode, setFileListParser, setIssueCdCommandsMode, setPassiveMode, setTransferMode
getName, getPassword, getPort, getPortAsString, getUsername, setName, setPassword, setPort, setPortAsString, setUsername
java.lang.String getPrivateKeyFilename()
java.lang.String getPrivateKeyPassphrase()
void setPrivateKeyFilename(java.lang.String privateKeyFilename)
privateKeyFilename
- The absolute path of the private key file used
for authentication with this secure FTP host.void setPrivateKeyPassphrase(java.lang.String passphrase)
passphrase
- The passphrase associated with the private key for this
secure FTP host.© 2000-2025 Flux Corporation. All rights reserved.