Package | Description |
---|---|
org.apache.sshd.server.subsystem.sftp |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSftpEventListenerManager |
class |
AbstractSftpSubsystemHelper |
class |
SftpSubsystem
SFTP subsystem
|
class |
SftpSubsystemFactory |
static class |
SftpSubsystemFactory.Builder |
Modifier and Type | Method and Description |
---|---|
default DirectoryStream<Path> |
SftpFileSystemAccessor.openDirectory(ServerSession session,
SftpEventListenerManager subsystem,
Path dir,
String handle)
Called when a new directory stream is requested
|
default SeekableByteChannel |
SftpFileSystemAccessor.openFile(ServerSession session,
SftpEventListenerManager subsystem,
Path file,
String handle,
Set<? extends OpenOption> options,
FileAttribute<?>... attrs)
Called whenever a new file is opened
|
default void |
SftpFileSystemAccessor.syncFileData(ServerSession session,
SftpEventListenerManager subsystem,
Path file,
String handle,
Channel channel)
Called when file meta-data re-synchronization is required
|
default FileLock |
SftpFileSystemAccessor.tryLock(ServerSession session,
SftpEventListenerManager subsystem,
Path file,
String handle,
Channel channel,
long position,
long size,
boolean shared)
Called when locking a section of a file is requested
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.