Uses of Class
org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
Packages that use AbstractScpCommandDetails
-
Uses of AbstractScpCommandDetails in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client with parameters of type AbstractScpCommandDetailsModifier and TypeMethodDescriptionprotected void
ScpRemote2RemoteTransferHelper.signalReceivedCommand
(AbstractScpCommandDetails details) -
Uses of AbstractScpCommandDetails in org.apache.sshd.scp.common.helpers
Subclasses of AbstractScpCommandDetails in org.apache.sshd.scp.common.helpersModifier and TypeClassDescriptionclass
class
class
Holds the details of a "Dmmmm" command - e.g., "D0755 0 dirname" class
Holds the details of a "Cmmmm" command - e.g., "C0644 299 file1.txt" class
Represents an SCP timestamp definitionMethods in org.apache.sshd.scp.common.helpers with parameters of type AbstractScpCommandDetailsModifier and TypeMethodDescriptionstatic ScpAckInfo
ScpIoUtils.sendAcknowledgedCommand
(AbstractScpCommandDetails cmd, InputStream in, OutputStream out)