Uses of Interface
org.apache.sshd.scp.common.helpers.CommandStatusHandler
-
Packages that use CommandStatusHandler Package Description org.apache.sshd.scp.common.helpers -
-
Uses of CommandStatusHandler in org.apache.sshd.scp.common.helpers
Methods in org.apache.sshd.scp.common.helpers with parameters of type CommandStatusHandler Modifier and Type Method Description static voidScpIoUtils. handleCommandExitStatus(ClientSession session, String cmd, ClientChannel channel, CommandStatusHandler handler, org.slf4j.Logger log)Invoked by the variousupload/downloadmethods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server.
-