Class ScpCommand

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
All Implemented Interfaces:
Runnable, org.apache.sshd.common.file.FileSystemAware, SessionContextHolder, SessionHolder<ServerSession>, org.apache.sshd.common.util.threads.ExecutorServiceCarrier, ServerChannelSessionHolder, Command, CommandDirectErrorStreamAware, CommandDirectInputStreamAware, CommandDirectOutputStreamAware, CommandDirectStreamsAware, CommandLifecycle, ServerSessionAware, ServerSessionHolder

public class ScpCommand extends AbstractFileSystemCommand implements ServerChannelSessionHolder
This commands provide SCP support on both server and client side. Permissions and preservation of access / modification times on files are not supported.
Author:
Apache MINA SSHD Project