Uses of Class
com.sshtools.j2ssh.sftp.FileAttributes
Packages that use FileAttributes
Package
Description
-
Uses of FileAttributes in com.sshtools.daemon.platform
Methods in com.sshtools.daemon.platform that return FileAttributesModifier and TypeMethodDescriptionabstract FileAttributes
NativeFileSystemProvider.getFileAttributes
(byte[] handle) abstract FileAttributes
NativeFileSystemProvider.getFileAttributes
(String path) Methods in com.sshtools.daemon.platform with parameters of type FileAttributesModifier and TypeMethodDescriptionabstract byte[]
NativeFileSystemProvider.openFile
(String path, UnsignedInteger32 flags, FileAttributes attrs) abstract void
NativeFileSystemProvider.setFileAttributes
(byte[] handle, FileAttributes attrs) abstract void
NativeFileSystemProvider.setFileAttributes
(String path, FileAttributes attrs) -
Uses of FileAttributes in com.sshtools.daemon.vfs
Methods in com.sshtools.daemon.vfs that return FileAttributesModifier and TypeMethodDescriptionVirtualFileSystem.getFileAttributes
(byte[] handle) VirtualFileSystem.getFileAttributes
(String path) Methods in com.sshtools.daemon.vfs with parameters of type FileAttributesModifier and TypeMethodDescriptionbyte[]
VirtualFileSystem.openFile
(String path, UnsignedInteger32 flags, FileAttributes attrs) void
VirtualFileSystem.setFileAttributes
(byte[] handle, FileAttributes attrs) void
VirtualFileSystem.setFileAttributes
(String path, FileAttributes attrs) -
Uses of FileAttributes in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return FileAttributesModifier and TypeMethodDescriptionSftpClient.get
(String path, FileTransferProgress progress) Download the remote file to the local computer.SftpClient.get
(String remote, OutputStream local) SftpClient.get
(String remote, OutputStream local, FileTransferProgress progress) Download the remote file writing it to the specifiedOutputStream
.SftpClient.get
(String remote, String local, FileTransferProgress progress) Download the remote file to the local computer.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 FileAttributesModifier and TypeMethodDescriptionSftpFile.getAttributes()
SftpSubsystemClient.getAttributes
(SftpFile file) SftpSubsystemClient.getAttributes
(String path) SshFxpAttrs.getAttributes()
SshFxpFSetStat.getAttributes()
SshFxpMkdir.getAttributes()
SshFxpOpen.getAttributes()
SshFxpSetStat.getAttributes()
Methods in com.sshtools.j2ssh.sftp with parameters of type FileAttributesModifier and TypeMethodDescriptionSftpSubsystemClient.openFile
(String absolutePath, int flags, FileAttributes attrs) void
SftpSubsystemClient.setAttributes
(SftpFile file, FileAttributes attrs) void
SftpSubsystemClient.setAttributes
(String path, FileAttributes attrs) Constructors in com.sshtools.j2ssh.sftp with parameters of type FileAttributesModifierConstructorDescriptionSftpFile
(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, String path, FileAttributes attrs) Creates a new SshFxpMkdir object.SshFxpOpen
(UnsignedInteger32 id, String filename, UnsignedInteger32 pflags, FileAttributes attrs) SshFxpSetStat
(UnsignedInteger32 id, String path, FileAttributes attrs) Creates a new SshFxpSetStat object.