Ganymed SSH-2 for Java

Uses of Class
ch.ethz.ssh2.SFTPv3FileAttributes

Uses of SFTPv3FileAttributes in ch.ethz.ssh2
 

Fields in ch.ethz.ssh2 declared as SFTPv3FileAttributes
 SFTPv3FileAttributes SFTPv3DirectoryEntry.attributes
          The attributes of this entry.
 

Methods in ch.ethz.ssh2 that return SFTPv3FileAttributes
 SFTPv3FileAttributes SFTPv3Client.fstat(SFTPv3FileHandle handle)
          Retrieve the file attributes of an open file.
 SFTPv3FileAttributes SFTPv3Client.stat(java.lang.String path)
          Retrieve the file attributes of a file.
 SFTPv3FileAttributes SFTPv3Client.lstat(java.lang.String path)
          Retrieve the file attributes of a file.
 

Methods in ch.ethz.ssh2 with parameters of type SFTPv3FileAttributes
 void SFTPv3Client.setstat(java.lang.String path, SFTPv3FileAttributes attr)
          Modify the attributes of a file.
 void SFTPv3Client.fsetstat(SFTPv3FileHandle handle, SFTPv3FileAttributes attr)
          Modify the attributes of a file.
 SFTPv3FileHandle SFTPv3Client.createFile(java.lang.String fileName, SFTPv3FileAttributes attr)
          Create a file and open it for reading and writing.
 SFTPv3FileHandle SFTPv3Client.createFileTruncate(java.lang.String fileName, SFTPv3FileAttributes attr)
          reate a file (truncate it if it already exists) and open it for reading and writing.
 


Ganymed SSH-2 for Java

!!! Dieses Dokument stammt aus dem ETH Web-Archiv und wird nicht mehr gepflegt !!!
!!! This document is stored in the ETH Web archive and is no longer maintained !!!