Uses of Class
com.trilead.ssh2.SFTPv3FileAttributes
-
Packages that use SFTPv3FileAttributes Package Description com.trilead.ssh2 -
-
Uses of SFTPv3FileAttributes in com.trilead.ssh2
Fields in com.trilead.ssh2 declared as SFTPv3FileAttributes Modifier and Type Field Description SFTPv3FileAttributesSFTPv3DirectoryEntry. attributesThe attributes of this entry.Methods in com.trilead.ssh2 that return SFTPv3FileAttributes Modifier and Type Method Description SFTPv3FileAttributesSFTPv3Client. _stat(java.lang.String path)GracefulSFTPv3Client.stat(String)that returns null if the path doesn't exist.SFTPv3FileAttributesSFTPv3Client. fstat(SFTPv3FileHandle handle)Retrieve the file attributes of an open file.SFTPv3FileAttributesSFTPv3Client. lstat(java.lang.String path)Retrieve the file attributes of a file.private SFTPv3FileAttributesSFTPv3Client. readAttrs(TypesReader tr)SFTPv3FileAttributesSFTPv3Client. stat(java.lang.String path)Retrieve the file attributes of a file.private SFTPv3FileAttributesSFTPv3Client. statBoth(java.lang.String path, int statMethod)Methods in com.trilead.ssh2 with parameters of type SFTPv3FileAttributes Modifier and Type Method Description private byte[]SFTPv3Client. createAttrs(SFTPv3FileAttributes attr)SFTPv3FileHandleSFTPv3Client. createFile(java.lang.String fileName, SFTPv3FileAttributes attr)Create a file and open it for reading and writing.SFTPv3FileHandleSFTPv3Client. createFileTruncate(java.lang.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.private SFTPv3FileHandleSFTPv3Client. openFile(java.lang.String fileName, int flags, SFTPv3FileAttributes attr)voidSFTPv3Client. setstat(java.lang.String path, SFTPv3FileAttributes attr)Modify the attributes of a file.
-