Package | Description |
---|---|
org.apache.sshd.scp.common.helpers |
Modifier and Type | Method and Description |
---|---|
static void |
ScpIoUtils.handleCommandExitStatus(ClientSession session,
java.lang.String cmd,
ClientChannel channel,
CommandStatusHandler handler,
org.slf4j.Logger log)
Invoked by the various
upload/download methods after having successfully completed the remote copy
command and (optionally) having received an exit status from the remote server. |