Uses of Interface
org.apache.sshd.common.file.FileSystemAware
-
Packages that use FileSystemAware Package Description org.apache.sshd.server.command org.apache.sshd.server.scp org.apache.sshd.server.subsystem.sftp -
-
Uses of FileSystemAware in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement FileSystemAware Modifier and Type Class Description class
AbstractFileSystemCommand
Provides a basic useful skeleton forCommand
executions that require file system access -
Uses of FileSystemAware in org.apache.sshd.server.scp
Classes in org.apache.sshd.server.scp that implement FileSystemAware Modifier and Type Class Description class
ScpCommand
This commands provide SCP support on both server and client side. -
Uses of FileSystemAware in org.apache.sshd.server.subsystem.sftp
Classes in org.apache.sshd.server.subsystem.sftp that implement FileSystemAware Modifier and Type Class Description class
SftpSubsystem
SFTP subsystem
-