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 SftpFileNativeFileSystemProvider. 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)SftpFileVirtualFileSystem. 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 voidDirectoryOperation. addDeletedFile(SftpFile f)protected voidDirectoryOperation. addNewFile(SftpFile f)protected voidDirectoryOperation. addUnchangedFile(SftpFile f)protected voidDirectoryOperation. addUpdatedFile(SftpFile f)booleanDirectoryOperation. 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()SftpFileSftpSubsystemClient. openDirectory(java.lang.String path)SftpFileSftpSubsystemClient. openFile(java.lang.String filename, int flags)SftpFileSftpSubsystemClient. 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 voidSftpSubsystemClient. changePermissions(SftpFile file, int permissions)voidSftpSubsystemClient. changePermissions(SftpFile file, java.lang.String permissions)voidSftpSubsystemClient. closeFile(SftpFile file)java.lang.StringSftpSubsystemClient. getAbsolutePath(SftpFile file)FileAttributesSftpSubsystemClient. getAttributes(SftpFile file)intSftpSubsystemClient. listChildren(SftpFile file, java.util.List children)voidSftpSubsystemClient. 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.
-