Class ScpCommandFactory

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.command.AbstractDelegatingCommandFactory
org.apache.sshd.scp.server.ScpCommandFactory
All Implemented Interfaces:
Cloneable, org.apache.sshd.common.util.threads.ExecutorServiceProvider, org.apache.sshd.common.util.threads.ManagedExecutorServiceSupplier, ScpFileOpenerHolder, CommandFactory, ShellFactory, ShellFactorySelector

public class ScpCommandFactory extends AbstractDelegatingCommandFactory implements org.apache.sshd.common.util.threads.ManagedExecutorServiceSupplier, ScpFileOpenerHolder, Cloneable, ShellFactory, ShellFactorySelector
This CommandFactory can be used as a standalone command factory or can be used to augment another CommandFactory and provides SCP support.
Author:
Apache MINA SSHD Project
See Also: