Package | Description |
---|---|
com.sshtools.daemon.platform | |
com.sshtools.daemon.vfs | |
com.sshtools.j2ssh | |
com.sshtools.j2ssh.sftp |
Modifier and Type | Method and Description |
---|---|
abstract SftpFile[] |
NativeFileSystemProvider.readDirectory(byte[] handle) |
abstract SftpFile |
NativeFileSystemProvider.readSymbolicLink(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
SftpFile[] |
VirtualFileSystem.readDirectory(byte[] handle) |
SftpFile |
VirtualFileSystem.readSymbolicLink(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
protected void |
DirectoryOperation.addDeletedFile(SftpFile f) |
protected void |
DirectoryOperation.addNewFile(SftpFile f) |
protected void |
DirectoryOperation.addUnchangedFile(SftpFile f) |
protected void |
DirectoryOperation.addUpdatedFile(SftpFile f) |
boolean |
DirectoryOperation.containsFile(SftpFile f) |
Modifier and Type | Method and Description |
---|---|
SftpFile[] |
SshFxpName.getFiles() |
SftpFile |
SftpSubsystemClient.openDirectory(java.lang.String path) |
SftpFile |
SftpSubsystemClient.openFile(java.lang.String filename,
int flags) |
SftpFile |
SftpSubsystemClient.openFile(java.lang.String absolutePath,
int flags,
FileAttributes attrs) |
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystemClient.changePermissions(SftpFile file,
int permissions) |
void |
SftpSubsystemClient.changePermissions(SftpFile file,
java.lang.String permissions) |
void |
SftpSubsystemClient.closeFile(SftpFile file) |
java.lang.String |
SftpSubsystemClient.getAbsolutePath(SftpFile file) |
FileAttributes |
SftpSubsystemClient.getAttributes(SftpFile file) |
int |
SftpSubsystemClient.listChildren(SftpFile file,
java.util.List children) |
void |
SftpSubsystemClient.setAttributes(SftpFile file,
FileAttributes attrs) |
Constructor and Description |
---|
SftpFileInputStream(SftpFile file)
Creates a new SftpFileInputStream object.
|
SftpFileOutputStream(SftpFile file)
Creates a new SftpFileOutputStream object.
|
SshFxpName(UnsignedInteger32 id,
SftpFile[] files)
Creates a new SshFxpName object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.