Uses of Class
com.sshtools.j2ssh.sftp.SftpFile
-
Packages that use SftpFile Package Description com.sshtools.daemon.platform com.sshtools.daemon.vfs com.sshtools.j2ssh com.sshtools.j2ssh.sftp -
-
Uses of SftpFile in com.sshtools.daemon.platform
Methods in com.sshtools.daemon.platform that return SftpFile Modifier and Type Method Description abstract SftpFile[]
NativeFileSystemProvider. readDirectory(byte[] handle)
abstract SftpFile
NativeFileSystemProvider. readSymbolicLink(java.lang.String path)
-
Uses of SftpFile in com.sshtools.daemon.vfs
Methods in com.sshtools.daemon.vfs that return SftpFile Modifier and Type Method Description SftpFile[]
VirtualFileSystem. readDirectory(byte[] handle)
SftpFile
VirtualFileSystem. readSymbolicLink(java.lang.String path)
-
Uses of SftpFile in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type SftpFile Modifier and Type Method 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)
-
Uses of SftpFile in com.sshtools.j2ssh.sftp
Methods in com.sshtools.j2ssh.sftp that return SftpFile Modifier and Type Method 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)
Methods in com.sshtools.j2ssh.sftp with parameters of type SftpFile Modifier and Type Method 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)
Constructors in com.sshtools.j2ssh.sftp with parameters of type SftpFile Constructor 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.
-