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.Retrieve the file attributes of a file.Methods in com.trilead.ssh2 with parameters of type SFTPv3FileAttributesModifier and TypeMethodDescriptionSFTPv3Client.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.voidSFTPv3Client.fsetstat(SFTPv3FileHandle handle, SFTPv3FileAttributes attr) Modify the attributes of a file.voidSFTPv3Client.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.