public final class SFTPConfig extends Object
| Constructor and Description |
|---|
SFTPConfig(boolean enabled,
String host,
int port,
String user,
String password,
String baseDirectory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseDirectory() |
String |
getHost() |
String |
getPassword() |
int |
getPort() |
String |
getUser() |
boolean |
isEnabled() |
Copyright © 2020. All rights reserved.