Class ScpModuleProperties
java.lang.Object
org.apache.sshd.scp.ScpModuleProperties
Configurable properties for sshd-scp.
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhether to provide anScpShellinstance if WinSCP client detected or at allWhether to synchronize written file data with underlying file-systemConfigurable value for controlling the wait timeout for waiting on a channel exit status' for an SCP command in milliseconds.Configurable value of the for controlling the wait timeout for opening a channel for an SCP command in milliseconds.Used to indicate theCharset(or its name) for decoding incoming commands/responses sent by the peer (either client or server).Used to indicate theCharset(or its name) for encoding outgoing commands/responses sent to the peer (either client or server).Used to indicate theCharset(or its name) for handling environment values inScpShell- extracted from the channel session when shell initialized.Used to indicate theCharset(or its name) for decoding incoming commands to be processed by theScpShell- extracted from the channel session when shell initialized.Used to indicate theCharset(or its name) for encoding returned textual responses from theScpShell- extracted from the channel session when shell initialized. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SCP_EXEC_CHANNEL_OPEN_TIMEOUT
-
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. If non-positive, then no wait is performed and the command is assumed to have completed successfully. -
SCP_INCOMING_ENCODING
-
SCP_OUTGOING_ENCODING
-
PROP_AUTO_SYNC_FILE_ON_WRITE
-
ENABLE_SCP_SHELL
-
SHELL_NAME_ENCODING_CHARSET
-
SHELL_ENVVARS_ENCODING_CHARSET
-
SHELL_NAME_DECODING_CHARSET
-
-
Constructor Details
-
ScpModuleProperties
private ScpModuleProperties()
-