SftpServerBuilder |
SftpServerBuilder.allowedKeyPath(String allowedKeyPath) |
Sets the allowedKeyPath property.
|
SftpServerBuilder |
SftpServerBuilder.autoConnect(boolean autoConnect) |
Sets the autoConnect property.
|
SftpServerBuilder |
SftpServerBuilder.autoLogin(boolean autoLogin) |
Sets the autoLogin property.
|
SftpServerBuilder |
SftpServerBuilder.hostKeyPath(String hostKeyPath) |
Sets the hostKeyPath property.
|
SftpServerBuilder |
SftpServerBuilder.knownHosts(String knownHosts) |
Sets the knownHosts property.
|
SftpServerBuilder |
SftpServerBuilder.password(String password) |
Sets the client password.
|
SftpServerBuilder |
SftpServerBuilder.pollingInterval(int pollingInterval) |
Sets the polling interval.
|
SftpServerBuilder |
SftpServerBuilder.port(int port) |
Sets the port property.
|
SftpServerBuilder |
SftpServerBuilder.preferredAuthentications(String preferredAuthentications) |
Sets the preferredAuthentications property.
|
SftpServerBuilder |
SftpServerBuilder.privateKeyPassword(String privateKeyPassword) |
Sets the privateKeyPassword property.
|
SftpServerBuilder |
SftpServerBuilder.privateKeyPath(String privateKeyPath) |
Sets the privateKeyPath property.
|
SftpServerBuilder |
SftpServerBuilder.sessionConfigs(Map<String,String> sessionConfigs) |
Sets the sessionConfigs property.
|
SftpServerBuilder |
SftpServerBuilder.strictHostChecking(boolean strictHostChecking) |
Sets the strictHostChecking property.
|
SftpServerBuilder |
SftpServerBuilder.user(String user) |
Sets the user property.
|
SftpServerBuilder |
SftpServerBuilder.userHomePath(String userHomePath) |
Sets the userHomePath property.
|