- S_IRGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IROTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IRUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWOTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXOTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- SCP_COMMAND_PREFIX - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
Command prefix used to identify SCP commands
- SCP_EXEC_CHANNEL_EXIT_STATUS_TIMEOUT - Static variable in interface org.apache.sshd.client.scp.ScpClient
-
Configurable value of the
FactoryManager
for controlling the wait timeout for waiting on a channel exit status'
for an SCP command in milliseconds.
- SCP_EXEC_CHANNEL_OPEN_TIMEOUT - Static variable in interface org.apache.sshd.client.scp.ScpClient
-
Configurable value of the
FactoryManager
for controlling the wait timeout for opening a channel for an SCP command
in milliseconds.
- SCP_FACTORY_NAME - Static variable in class org.apache.sshd.server.scp.ScpCommandFactory
-
- ScpClient - Interface in org.apache.sshd.client.scp
-
- ScpClient.Option - Enum in org.apache.sshd.client.scp
-
- ScpClientCreator - Interface in org.apache.sshd.client.scp
-
- ScpCommand - Class in org.apache.sshd.server.scp
-
This commands provide SCP support on both server and client side.
- ScpCommand(String, CloseableExecutorService, int, int, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.server.scp.ScpCommand
-
- ScpCommandFactory - Class in org.apache.sshd.server.scp
-
This CommandFactory can be used as a standalone command factory
or can be used to augment another CommandFactory and provides
SCP support.
- ScpCommandFactory() - Constructor for class org.apache.sshd.server.scp.ScpCommandFactory
-
- ScpCommandFactory.Builder - Class in org.apache.sshd.server.scp
-
- ScpException - Exception in org.apache.sshd.common.scp
-
- ScpException(String) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpException(Integer) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpException(String, Integer) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpException(Throwable, Integer) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpException(String, Throwable, Integer) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpFileOpener - Interface in org.apache.sshd.common.scp
-
Plug-in mechanism for users to intervene in the SCP process - e.g.,
apply some kind of traffic shaping mechanism, display upload/download
progress, etc...
- ScpFileOpenerHolder - Interface in org.apache.sshd.common.scp
-
- ScpHelper - Class in org.apache.sshd.common.scp
-
- ScpHelper(Session, InputStream, OutputStream, FileSystem, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.common.scp.ScpHelper
-
- ScpLocation - Class in org.apache.sshd.common.scp
-
Represents a local or remote SCP location in the format user@host:path
for a remote path and a simple path for a local one.
- ScpLocation() - Constructor for class org.apache.sshd.common.scp.ScpLocation
-
- ScpLocation(String) - Constructor for class org.apache.sshd.common.scp.ScpLocation
-
- scpLogin(String, String, String) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(String, int, String, String) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(String, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(String, int, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(InetAddress, String, String) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(InetAddress, int, String, String) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(InetAddress, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(SocketAddress, String, String) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(SocketAddress, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(SocketAddress, String, String) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- scpLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- ScpReceiveLineHandler - Interface in org.apache.sshd.common.scp
-
- ScpSourceStreamResolver - Interface in org.apache.sshd.common.scp
-
- ScpTargetStreamResolver - Interface in org.apache.sshd.common.scp
-
- ScpTimestamp - Class in org.apache.sshd.common.scp
-
Represents an SCP timestamp definition
- ScpTimestamp(long, long) - Constructor for class org.apache.sshd.common.scp.ScpTimestamp
-
- ScpTransferEventListener - Interface in org.apache.sshd.common.scp
-
Can be registered in order to receive events about SCP transfers
- ScpTransferEventListener.FileOperation - Enum in org.apache.sshd.common.scp
-
- send(Collection<String>, boolean, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- send(Path, boolean, boolean, int, LinkOption...) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendAsDirectory(Session, Path, LinkOption...) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
Invoked on a local path in order to decide whether it should be sent
as a file or as a directory
- sendAsRegularFile(Session, Path, LinkOption...) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
Invoked on a local path in order to decide whether it should be sent
as a file or as a directory
- sendBufferSize - Variable in class org.apache.sshd.server.scp.ScpCommand
-
- sendDir(Path, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendError(String) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendError(O, String) - Static method in class org.apache.sshd.common.scp.ScpHelper
-
- sendFile(Path, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendPaths(Collection<? extends Path>, boolean, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendResponseMessage(int, String) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendResponseMessage(O, int, String) - Static method in class org.apache.sshd.common.scp.ScpHelper
-
- sendStream(ScpSourceStreamResolver, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendWarning(String) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendWarning(O, String) - Static method in class org.apache.sshd.common.scp.ScpHelper
-
- setClient(SimpleClient) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- setExecutorService(CloseableExecutorService) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- setHost(String) - Method in class org.apache.sshd.common.scp.ScpLocation
-
- setPath(String) - Method in class org.apache.sshd.common.scp.ScpLocation
-
- setReceiveBufferSize(int) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- setScpClientCreator(ScpClientCreator) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- setScpFileOpener(ScpFileOpener) - Method in class org.apache.sshd.client.scp.AbstractScpClientCreator
-
- setScpFileOpener(ScpFileOpener) - Method in interface org.apache.sshd.common.scp.ScpFileOpenerHolder
-
- setScpFileOpener(ScpFileOpener) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- setScpTransferEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.client.scp.AbstractScpClientCreator
-
- setScpTransferEventListener(ScpTransferEventListener) - Method in interface org.apache.sshd.client.scp.ScpClientCreator
-
- setSendBufferSize(int) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- setUsername(String) - Method in class org.apache.sshd.common.scp.ScpLocation
-
- SimpleScpClient - Interface in org.apache.sshd.client.scp
-
A simplified synchronous API for obtaining SCP sessions.
- SimpleScpClientImpl - Class in org.apache.sshd.client.scp
-
TODO Add javadoc
- SimpleScpClientImpl() - Constructor for class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- SimpleScpClientImpl(SimpleClient) - Constructor for class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- SimpleScpClientImpl(SimpleClient, ScpClientCreator) - Constructor for class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- size - Variable in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- start(Environment) - Method in class org.apache.sshd.server.scp.ScpCommand
-
- startFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>) - Method in class org.apache.sshd.common.scp.AbstractScpTransferEventListenerAdapter
-
- startFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>) - Method in interface org.apache.sshd.common.scp.ScpTransferEventListener
-
- startFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>) - Method in class org.apache.sshd.common.scp.AbstractScpTransferEventListenerAdapter
-
- startFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>) - Method in interface org.apache.sshd.common.scp.ScpTransferEventListener
-
- status - Variable in class org.apache.sshd.common.scp.helpers.LocalFileScpTargetStreamResolver
-