public class FtpsProcessor extends FtpProcessor
ProxyFtpClient,
FtpsUtils| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_PROTOCOL_PROP
The AUTH_PROTOCOL property.
|
static String |
CLIENT_MODE_PROP
The CLIENT_MODE property.
|
static String |
DEFAULT_AUTH_PROTOCOL
The DEFAULT_AUTH_PROTOCOL.
|
static String |
ENABLE_SESSION_PROP
The ENABLE_SESSION property.
|
static String |
FTPS
FTPS.
|
static String |
IMPLICIT_PROP
The IMPLICIT property.
|
static String |
KEY_FILE_PROP
The KEY FILE property.
|
static String |
NAME
NAME.
|
static String |
NEED_CLIENT_AUTH_PROP
The NEED_CLIENT_AUTH property.
|
static String |
PASSPHRASE_PROP
The PASSKEY property.
|
FTP, WILDCARD_PROPALPHA_ALG, BACK_ALPHA_ALG, LARGETS_ALG, NEWEST_ALG, OLDEST_ALG, SMALLEST_ALG| Constructor and Description |
|---|
FtpsProcessor()
Instantiates a new FtpsProcessor.
|
FtpsProcessor(String proxyHost,
int proxyPort)
Instantiates a new FtpsProcessor with a socket proxy.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
authenticate()
Authenticate.
|
protected FtpUtils |
getFtpUtils()
Gets the FtpUtils.
|
protected FtpUtils |
getFtpUtils(String proxy,
int proxyPort)
Gets the FtpUtils with a socket proxy.
|
String |
getName()
Get processor name.
|
String |
getPropsWizardResource()
Gets the name of the xml file used to create a wizard for editing
properties.
|
IoProcessor |
getProxyIoProcessor(String proxyHost,
int proxyPort)
Gets the proxy version of the give io processor.
|
appendPrefix, batchDelete, connect, copy, delete, disconnect, done, dumpOutput, forceFileExtension, get, get, get, get, getActualName, getList, getOutputStream, getProperties, getProxyHost, getProxyPort, getWildcardAlgorithm, isApi, isDirect, isFileSystem, isStreamingProcessor, isTruncateUrl, maxObjectsInBatch, mkDir, move, preserveUrl, put, put, put, rank, rename, supportsCdata, supportsFilespublic static final String FTPS
public static final String NAME
public static final String KEY_FILE_PROP
public static final String PASSPHRASE_PROP
public static final String CLIENT_MODE_PROP
public static final String NEED_CLIENT_AUTH_PROP
public static final String ENABLE_SESSION_PROP
public static final String IMPLICIT_PROP
public static final String AUTH_PROTOCOL_PROP
public static final String DEFAULT_AUTH_PROTOCOL
public FtpsProcessor()
public FtpsProcessor(String proxyHost,
int proxyPort)
proxyHost - the socket proxy urlproxyPort - the socket proxy portprotected FtpUtils getFtpUtils()
FtpProcessorgetFtpUtils in class FtpProcessorprotected FtpUtils getFtpUtils(String proxy, int proxyPort)
FtpProcessorgetFtpUtils in class FtpProcessorproxy - the socket proxy urlproxyPort - the socket proxy portprotected void authenticate()
throws Exception
FtpProcessorauthenticate in class FtpProcessorException - in case of any errorpublic String getName()
IoProcessorgetName in interface IoProcessorgetName in class FtpProcessorpublic String getPropsWizardResource()
IoProcessorgetPropsWizardResource in interface IoProcessorgetPropsWizardResource in class FtpProcessorpublic IoProcessor getProxyIoProcessor(String proxyHost, int proxyPort)
IoProcessorgetProxyIoProcessor in interface IoProcessorgetProxyIoProcessor in class FtpProcessorproxyHost - the proxy urlproxyPort - the proxy portCopyright © 2010-2020 Toolsverse. All Rights Reserved.