public final class ScpModuleProperties extends Object
Modifier and Type | Field and Description |
---|---|
static Property<Boolean> |
ENABLE_SCP_SHELL
Whether to provide an
ScpShell instance if WinSCP client detected or at all |
static Property<Boolean> |
PROP_AUTO_SYNC_FILE_ON_WRITE
Whether to synchronize written file data with underlying file-system
|
static Property<Duration> |
SCP_EXEC_CHANNEL_EXIT_STATUS_TIMEOUT
Configurable value for controlling the wait timeout for waiting on a channel exit status' for an SCP command in
milliseconds.
|
static Property<Duration> |
SCP_EXEC_CHANNEL_OPEN_TIMEOUT
Configurable value of the for controlling the wait timeout for opening a channel for an SCP command in
milliseconds.
|
static Property<Charset> |
SCP_INCOMING_ENCODING
Used to indicate the
Charset (or its name) for decoding incoming commands/responses sent by the peer
(either client or server). |
static Property<Charset> |
SCP_OUTGOING_ENCODING
Used to indicate the
Charset (or its name) for encoding outgoing commands/responses sent to the peer
(either client or server). |
static Property<Charset> |
SHELL_ENVVARS_ENCODING_CHARSET
Used to indicate the
Charset (or its name) for handling environment values in ScpShell -
extracted from the channel session when shell initialized. |
static Property<Charset> |
SHELL_NAME_DECODING_CHARSET
Used to indicate the
Charset (or its name) for decoding incoming commands to be processed by the
ScpShell - extracted from the channel session when shell initialized. |
static Property<Charset> |
SHELL_NAME_ENCODING_CHARSET
Used to indicate the
Charset (or its name) for encoding returned textual responses from the
ScpShell - extracted from the channel session when shell initialized. |
public static final Property<Duration> SCP_EXEC_CHANNEL_OPEN_TIMEOUT
public static final Property<Duration> SCP_EXEC_CHANNEL_EXIT_STATUS_TIMEOUT
public static final Property<Charset> SCP_INCOMING_ENCODING
Charset
(or its name) for decoding incoming commands/responses sent by the peer
(either client or server).public static final Property<Charset> SCP_OUTGOING_ENCODING
Charset
(or its name) for encoding outgoing commands/responses sent to the peer
(either client or server).public static final Property<Boolean> PROP_AUTO_SYNC_FILE_ON_WRITE
public static final Property<Boolean> ENABLE_SCP_SHELL
ScpShell
instance if WinSCP client detected or at allpublic static final Property<Charset> SHELL_NAME_ENCODING_CHARSET
Charset
(or its name) for encoding returned textual responses from the
ScpShell
- extracted from the channel session when shell initialized.public static final Property<Charset> SHELL_ENVVARS_ENCODING_CHARSET
Charset
(or its name) for handling environment values in ScpShell
-
extracted from the channel session when shell initialized.Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.