|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SshFile | |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.command | |
| org.apache.sshd.server.filesystem | |
| org.apache.sshd.server.sftp | |
| Uses of SshFile in org.apache.sshd.server |
|---|
| Methods in org.apache.sshd.server that return SshFile | |
|---|---|
SshFile |
FileSystemView.getFile(SshFile baseDir,
java.lang.String file)
Get file object. |
SshFile |
FileSystemView.getFile(java.lang.String file)
Get file object. |
SshFile |
SshFile.getParentFile()
Get the immediate parent. |
| Methods in org.apache.sshd.server that return types with arguments of type SshFile | |
|---|---|
java.util.List<SshFile> |
SshFile.listSshFiles()
List file objects. |
| Methods in org.apache.sshd.server with parameters of type SshFile | |
|---|---|
SshFile |
FileSystemView.getFile(SshFile baseDir,
java.lang.String file)
Get file object. |
boolean |
SshFile.move(SshFile destination)
Move file. |
| Uses of SshFile in org.apache.sshd.server.command |
|---|
| Methods in org.apache.sshd.server.command with parameters of type SshFile | |
|---|---|
protected void |
ScpCommand.readDir(SshFile path)
|
protected void |
ScpCommand.readFile(SshFile path)
|
protected void |
ScpCommand.writeDir(java.lang.String header,
SshFile path)
|
protected void |
ScpCommand.writeFile(java.lang.String header,
SshFile path)
|
| Uses of SshFile in org.apache.sshd.server.filesystem |
|---|
| Classes in org.apache.sshd.server.filesystem that implement SshFile | |
|---|---|
class |
NativeSshFile
Internal class, do not use directly. |
| Methods in org.apache.sshd.server.filesystem that return SshFile | |
|---|---|
SshFile |
NativeFileSystemView.getFile(SshFile baseDir,
java.lang.String file)
|
SshFile |
NativeFileSystemView.getFile(java.lang.String file)
Get file object. |
protected SshFile |
NativeFileSystemView.getFile(java.lang.String dir,
java.lang.String file)
|
SshFile |
NativeSshFile.getParentFile()
|
| Methods in org.apache.sshd.server.filesystem that return types with arguments of type SshFile | |
|---|---|
java.util.List<SshFile> |
NativeSshFile.listSshFiles()
List files. |
| Methods in org.apache.sshd.server.filesystem with parameters of type SshFile | |
|---|---|
SshFile |
NativeFileSystemView.getFile(SshFile baseDir,
java.lang.String file)
|
boolean |
NativeSshFile.move(SshFile dest)
Move file object. |
| Uses of SshFile in org.apache.sshd.server.sftp |
|---|
| Methods in org.apache.sshd.server.sftp that return SshFile | |
|---|---|
SshFile |
SftpSubsystem.Handle.getFile()
|
SshFile |
SftpSubsystem.DirectoryHandle.next()
|
| Methods in org.apache.sshd.server.sftp with parameters of type SshFile | |
|---|---|
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)
|
| Method parameters in org.apache.sshd.server.sftp with type arguments of type SshFile | |
|---|---|
protected void |
SftpSubsystem.sendName(int id,
java.util.Iterator<SshFile> files)
|
| Constructors in org.apache.sshd.server.sftp with parameters of type SshFile | |
|---|---|
SftpSubsystem.DirectoryHandle(SshFile file)
|
|
SftpSubsystem.FileHandle(SshFile sshFile,
int flags)
|
|
SftpSubsystem.Handle(SshFile file)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||