Uses of Class
com.sshtools.j2ssh.sftp.FileAttributes
-
Packages that use FileAttributes Package Description com.sshtools.daemon.platform com.sshtools.daemon.vfs com.sshtools.j2ssh com.sshtools.j2ssh.sftp -
-
Uses of FileAttributes in com.sshtools.daemon.platform
Methods in com.sshtools.daemon.platform that return FileAttributes Modifier and Type Method Description abstract FileAttributesNativeFileSystemProvider. getFileAttributes(byte[] handle)abstract FileAttributesNativeFileSystemProvider. getFileAttributes(java.lang.String path)Methods in com.sshtools.daemon.platform with parameters of type FileAttributes Modifier and Type Method Description abstract byte[]NativeFileSystemProvider. openFile(java.lang.String path, UnsignedInteger32 flags, FileAttributes attrs)abstract voidNativeFileSystemProvider. setFileAttributes(byte[] handle, FileAttributes attrs)abstract voidNativeFileSystemProvider. setFileAttributes(java.lang.String path, FileAttributes attrs) -
Uses of FileAttributes in com.sshtools.daemon.vfs
Methods in com.sshtools.daemon.vfs that return FileAttributes Modifier and Type Method Description FileAttributesVirtualFileSystem. getFileAttributes(byte[] handle)FileAttributesVirtualFileSystem. getFileAttributes(java.lang.String path)Methods in com.sshtools.daemon.vfs with parameters of type FileAttributes Modifier and Type Method Description byte[]VirtualFileSystem. openFile(java.lang.String path, UnsignedInteger32 flags, FileAttributes attrs)voidVirtualFileSystem. setFileAttributes(byte[] handle, FileAttributes attrs)voidVirtualFileSystem. setFileAttributes(java.lang.String path, FileAttributes attrs) -
Uses of FileAttributes in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return FileAttributes Modifier and Type Method Description FileAttributesSftpClient. get(java.lang.String path)FileAttributesSftpClient. get(java.lang.String path, FileTransferProgress progress)Download the remote file to the local computer.FileAttributesSftpClient. get(java.lang.String remote, java.io.OutputStream local)FileAttributesSftpClient. get(java.lang.String remote, java.io.OutputStream local, FileTransferProgress progress)Download the remote file writing it to the specifiedOutputStream.FileAttributesSftpClient. get(java.lang.String remote, java.lang.String local)FileAttributesSftpClient. get(java.lang.String remote, java.lang.String local, FileTransferProgress progress)Download the remote file to the local computer.FileAttributesSftpClient. stat(java.lang.String path)Returns the attributes of the file from the remote computer. -
Uses of FileAttributes in com.sshtools.j2ssh.sftp
Methods in com.sshtools.j2ssh.sftp that return FileAttributes Modifier and Type Method Description FileAttributesSftpFile. getAttributes()FileAttributesSftpSubsystemClient. getAttributes(SftpFile file)FileAttributesSftpSubsystemClient. getAttributes(java.lang.String path)FileAttributesSshFxpAttrs. getAttributes()FileAttributesSshFxpFSetStat. getAttributes()FileAttributesSshFxpMkdir. getAttributes()FileAttributesSshFxpOpen. getAttributes()FileAttributesSshFxpSetStat. getAttributes()Methods in com.sshtools.j2ssh.sftp with parameters of type FileAttributes Modifier and Type Method Description SftpFileSftpSubsystemClient. openFile(java.lang.String absolutePath, int flags, FileAttributes attrs)voidSftpSubsystemClient. setAttributes(SftpFile file, FileAttributes attrs)voidSftpSubsystemClient. setAttributes(java.lang.String path, FileAttributes attrs)Constructors in com.sshtools.j2ssh.sftp with parameters of type FileAttributes Constructor Description SftpFile(java.lang.String absolutePath, FileAttributes attrs)Creates a new SftpFile object.SshFxpAttrs(UnsignedInteger32 id, FileAttributes attrs)Creates a new SshFxpAttrs object.SshFxpFSetStat(UnsignedInteger32 id, byte[] handle, FileAttributes attrs)Creates a new SshFxpFSetStat object.SshFxpMkdir(UnsignedInteger32 id, java.lang.String path, FileAttributes attrs)Creates a new SshFxpMkdir object.SshFxpOpen(UnsignedInteger32 id, java.lang.String filename, UnsignedInteger32 pflags, FileAttributes attrs)SshFxpSetStat(UnsignedInteger32 id, java.lang.String path, FileAttributes attrs)Creates a new SshFxpSetStat object.
-