public final class ScpModuleProperties extends Object
Modifier and Type | Field and Description |
---|---|
static Property<Charset> |
NAME_ENCODING_CHARSET
Used to indicate the
Charset (or its name) for encoding referenced files/folders names - extracted from
the client channel session when 1st initialized. |
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.
|
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<Boolean> PROP_AUTO_SYNC_FILE_ON_WRITE
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.