Package | Description |
---|---|
org.apache.sshd.server | |
org.apache.sshd.server.command | |
org.apache.sshd.server.filesystem | |
org.apache.sshd.server.sftp |
Modifier and Type | Method and Description |
---|---|
SshFile |
FileSystemView.getFile(SshFile baseDir,
String file)
Get file object.
|
SshFile |
FileSystemView.getFile(String file)
Get file object.
|
SshFile |
SshFile.getParentFile()
Get the immediate parent.
|
Modifier and Type | Method and Description |
---|---|
List<SshFile> |
SshFile.listSshFiles()
List file objects.
|
Modifier and Type | Method and Description |
---|---|
SshFile |
FileSystemView.getFile(SshFile baseDir,
String file)
Get file object.
|
boolean |
SshFile.move(SshFile destination)
Move file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ScpCommand.readDir(SshFile path) |
protected void |
ScpCommand.readFile(SshFile path) |
protected void |
ScpCommand.writeDir(String header,
SshFile path) |
protected void |
ScpCommand.writeFile(String header,
SshFile path) |
Modifier and Type | Class and Description |
---|---|
class |
NativeSshFile
Internal class, do not use directly.
This class wraps native file object.
|
Modifier and Type | Method and Description |
---|---|
SshFile |
NativeFileSystemView.getFile(SshFile baseDir,
String file) |
SshFile |
NativeFileSystemView.getFile(String file)
Get file object.
|
protected SshFile |
NativeFileSystemView.getFile(String dir,
String file) |
SshFile |
NativeSshFile.getParentFile() |
Modifier and Type | Method and Description |
---|---|
List<SshFile> |
NativeSshFile.listSshFiles()
List files.
|
Modifier and Type | Method and Description |
---|---|
SshFile |
NativeFileSystemView.getFile(SshFile baseDir,
String file) |
boolean |
NativeSshFile.move(SshFile dest)
Move file object.
|
Modifier and Type | Method and Description |
---|---|
SshFile |
SftpSubsystem.Handle.getFile() |
SshFile |
SftpSubsystem.DirectoryHandle.next() |
Modifier and Type | Method and Description |
---|---|
protected void |
SftpSubsystem.sendAttrs(int id,
SshFile file) |
protected void |
SftpSubsystem.sendAttrs(int id,
SshFile file,
int flags) |
protected void |
SftpSubsystem.sendPath(int id,
SshFile f) |
protected void |
SftpSubsystem.writeAttrs(Buffer buffer,
SshFile file) |
protected void |
SftpSubsystem.writeAttrs(Buffer buffer,
SshFile file,
int flags) |
Modifier and Type | Method and Description |
---|---|
protected void |
SftpSubsystem.sendName(int id,
Iterator<SshFile> files) |
Constructor and Description |
---|
SftpSubsystem.DirectoryHandle(SshFile file) |
SftpSubsystem.FileHandle(SshFile sshFile,
int flags) |
SftpSubsystem.Handle(SshFile file) |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.