| Package | Description |
|---|---|
| com.openindex.openestate.tool.agency.export |
Exportmechanismen.
|
| com.openindex.openestate.tool.utils |
Hilfsklassen.
|
| Modifier and Type | Method and Description |
|---|---|
FtpUtils.CryptMethod |
FtpTransport.getFtpCryptMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
FtpTransport.setFtpCryptMethod(FtpUtils.CryptMethod cryptMethod) |
| Modifier and Type | Method and Description |
|---|---|
static FtpUtils.CryptMethod |
FtpUtils.CryptMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpUtils.CryptMethod[] |
FtpUtils.CryptMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.net.ftp.FTPClient |
FtpUtils.createClient(FtpUtils.CryptMethod cryptMethod,
boolean isReusingSslSession) |
static org.apache.commons.net.ftp.FTPClient |
FtpUtils.openClient(String host,
int port,
boolean passive,
FtpUtils.CryptMethod cryptMethod,
boolean isReusingSslSession) |
Copyright © 2015 OpenEstate. All rights reserved.