Retrieve the file attributes of a file. This method follows symbolic links on the server.
Definition at line 454 of file SFTPv3Client.java. Referenced by _stat(). {
return statBoth(path, Packet.SSH_FXP_STAT);
}
Here is the caller graph for this function:
![]() |