Class ScpCommand

All Implemented Interfaces:
ExecutableCommand, Component, Runnable

public class ScpCommand extends AbstractExecutableCommand implements Runnable
Provides support for the SCP command. To enable this support add this class in the com.maverick.sshd.SshDaemon#configure(com.maverick.sshd.ConfigurationContext) method using the following code

 context.addCommand("scp", ScpCommand.class);