Uses of Class
com.trilead.ssh2.SFTPv3FileAttributes
Packages that use SFTPv3FileAttributes
-
Uses of SFTPv3FileAttributes in com.trilead.ssh2
Fields in com.trilead.ssh2 declared as SFTPv3FileAttributesMethods in com.trilead.ssh2 that return SFTPv3FileAttributesModifier and TypeMethodDescriptionGracefulSFTPv3Client.stat(String)
that returns null if the path doesn't exist.SFTPv3Client.fstat
(SFTPv3FileHandle handle) Retrieve the file attributes of an open file.Retrieve the file attributes of a file.private SFTPv3FileAttributes
SFTPv3Client.readAttrs
(TypesReader tr) Retrieve the file attributes of a file.private SFTPv3FileAttributes
Methods in com.trilead.ssh2 with parameters of type SFTPv3FileAttributesModifier and TypeMethodDescriptionprivate byte[]
SFTPv3Client.createAttrs
(SFTPv3FileAttributes attr) SFTPv3Client.createFile
(String fileName, SFTPv3FileAttributes attr) Create a file and open it for reading and writing.SFTPv3Client.createFileTruncate
(String fileName, SFTPv3FileAttributes attr) reate a file (truncate it if it already exists) and open it for reading and writing.void
SFTPv3Client.fsetstat
(SFTPv3FileHandle handle, SFTPv3FileAttributes attr) Modify the attributes of a file.private SFTPv3FileHandle
SFTPv3Client.openFile
(String fileName, int flags, SFTPv3FileAttributes attr) void
SFTPv3Client.setstat
(String path, SFTPv3FileAttributes attr) Modify the attributes of a file. -
Uses of SFTPv3FileAttributes in com.trilead.ssh2.jenkins
Methods in com.trilead.ssh2.jenkins that return SFTPv3FileAttributesModifier and TypeMethodDescriptionGracefulSFTPv3Client.stat(String)
that returns null if the path doesn't exist.